Uses of Class
com.github.weisj.jsvg.animation.value.AnimatedTransform
-
Packages that use AnimatedTransform Package Description com.github.weisj.jsvg.animation.value com.github.weisj.jsvg.nodes.animation com.github.weisj.jsvg.parser.impl -
-
Uses of AnimatedTransform in com.github.weisj.jsvg.animation.value
Methods in com.github.weisj.jsvg.animation.value that return AnimatedTransform Modifier and Type Method Description @NotNull AnimatedTransformAnimatedTransform. derive(@NotNull TransformValue initialValue) -
Uses of AnimatedTransform in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation that return AnimatedTransform Modifier and Type Method Description @Nullable AnimatedTransformAnimateTransform. animatedTransform(@NotNull TransformValue initial, @NotNull AttributeNode attributeNode) -
Uses of AnimatedTransform in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return AnimatedTransform Modifier and Type Method Description @Nullable AnimatedTransformAttributeNode. getAnimatedTransform(@NotNull java.lang.String property, @NotNull TransformValue initial)
-