Uses of Class
com.github.weisj.jsvg.animation.value.AnimatedPercentage
-
Packages that use AnimatedPercentage Package Description com.github.weisj.jsvg.animation.value com.github.weisj.jsvg.nodes.animation com.github.weisj.jsvg.parser.impl -
-
Uses of AnimatedPercentage in com.github.weisj.jsvg.animation.value
Methods in com.github.weisj.jsvg.animation.value that return AnimatedPercentage Modifier and Type Method Description @NotNull AnimatedPercentage
AnimatedPercentage. derive(@NotNull PercentageValue initial)
-
Uses of AnimatedPercentage in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation that return AnimatedPercentage Modifier and Type Method Description @Nullable AnimatedPercentage
Animate. animatedPercentage(@NotNull PercentageValue initial, @NotNull AttributeNode attributeNode)
-
Uses of AnimatedPercentage in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return AnimatedPercentage Modifier and Type Method Description private @Nullable AnimatedPercentage
AttributeNode. getAnimatedPercentage(@NotNull java.lang.String property, @NotNull PercentageValue initial)
-