Class AnimatedTransform
java.lang.Object
com.github.weisj.jsvg.animation.value.AnimatedTransform
- All Implemented Interfaces:
TransformValue
-
Constructor Summary
ConstructorsConstructorDescriptionAnimatedTransform(@NotNull Track track, @NotNull TransformValue initial, @NotNull TransformPart @NotNull [] values) -
Method Summary
Modifier and TypeMethodDescription@NotNull AnimatedTransformderive(@NotNull TransformValue initialValue) @NotNull AffineTransformget(@NotNull MeasureContext context) @NotNull TransformValueinitial()
-
Constructor Details
-
AnimatedTransform
public AnimatedTransform(@NotNull @NotNull Track track, @NotNull @NotNull TransformValue initial, @NotNull @NotNull TransformPart @NotNull [] values)
-
-
Method Details
-
initial
-
derive
-
get
- Specified by:
getin interfaceTransformValue
-