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 AnimatedPercentageAnimatedPercentage. 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 AnimatedPercentageAnimate. 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 AnimatedPercentageAttributeNode. getAnimatedPercentage(@NotNull java.lang.String property, @NotNull PercentageValue initial)
-