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 AnimatedTransform
AnimatedTransform. 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 AnimatedTransform
AnimateTransform. 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 AnimatedTransform
AttributeNode. getAnimatedTransform(@NotNull java.lang.String property, @NotNull TransformValue initial)
-