Class AnimatedPercentage
java.lang.Object
com.github.weisj.jsvg.animation.value.AnimatedPercentage
- All Implemented Interfaces:
PercentageValue
-
Constructor Summary
ConstructorsConstructorDescriptionAnimatedPercentage(@NotNull Track track, @NotNull PercentageValue initial, float @NotNull [] values, PercentageValue multiplier) -
Method Summary
Modifier and TypeMethodDescription@NotNull AnimatedPercentagederive(@NotNull PercentageValue initial) floatget(@NotNull MeasureContext context) @NotNull PercentageValueinitial()@NotNull PercentageValuemultiply(@NotNull PercentageValue other)
-
Constructor Details
-
AnimatedPercentage
public AnimatedPercentage(@NotNull @NotNull Track track, @NotNull @NotNull PercentageValue initial, float @NotNull [] values, PercentageValue multiplier)
-
-
Method Details
-
derive
-
multiply
- Specified by:
multiplyin interfacePercentageValue
-
initial
-
get
- Specified by:
getin interfacePercentageValue
-