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