Class AnimatedFloat
java.lang.Object
com.github.weisj.jsvg.animation.value.AnimatedFloat
- All Implemented Interfaces:
FloatValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull FloatValueprivate final @NotNull Trackprivate final float @NotNull [] -
Constructor Summary
ConstructorsConstructorDescriptionAnimatedFloat(@NotNull Track track, @NotNull FloatValue initial, float @NotNull [] values) -
Method Summary
-
Field Details
-
track
-
initial
-
values
private final float @NotNull [] values
-
-
Constructor Details
-
AnimatedFloat
AnimatedFloat(@NotNull @NotNull Track track, @NotNull @NotNull FloatValue initial, float @NotNull [] values)
-
-
Method Details
-
get
- Specified by:
getin interfaceFloatValue
-