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 AnimatedLength
AnimatedLength. 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 AnimatedLength
Animate. 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 AnimatedLength
AttributeNode. getAnimatedLength(@NotNull java.lang.String property, @NotNull LengthValue initial, @NotNull PercentageDimension dimension)
-