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