Uses of Class
com.github.weisj.jsvg.animation.value.AnimatedLength
-
Packages that use AnimatedLength Package Description com.github.weisj.jsvg.animation.value com.github.weisj.jsvg.nodes.animation com.github.weisj.jsvg.parser.impl -
-
Uses of AnimatedLength in com.github.weisj.jsvg.animation.value
Methods in com.github.weisj.jsvg.animation.value that return AnimatedLength Modifier and Type Method Description @NotNull AnimatedLengthAnimatedLength. derive(@NotNull LengthValue initialValue) -
Uses of AnimatedLength in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation that return AnimatedLength Modifier and Type Method Description @Nullable AnimatedLengthAnimate. animatedLength(@NotNull LengthValue initial, PercentageDimension dimension, @NotNull AttributeNode attributeNode) -
Uses of AnimatedLength in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return AnimatedLength Modifier and Type Method Description @Nullable AnimatedLengthAttributeNode. getAnimatedLength(@NotNull java.lang.String property, @NotNull LengthValue initial, @NotNull PercentageDimension dimension)
-