Uses of Interface
com.github.weisj.jsvg.attributes.value.ColorValue
-
Packages that use ColorValue Package Description com.github.weisj.jsvg.animation.value com.github.weisj.jsvg.nodes.animation com.github.weisj.jsvg.paint.impl com.github.weisj.jsvg.parser.impl -
-
Uses of ColorValue in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement ColorValue Modifier and Type Class Description classAnimatedColorFields in com.github.weisj.jsvg.animation.value declared as ColorValue Modifier and Type Field Description private @NotNull ColorValueAnimatedColor. initialConstructors in com.github.weisj.jsvg.animation.value with parameters of type ColorValue Constructor Description AnimatedColor(@NotNull Track track, @NotNull ColorValue initial, @NotNull RGBColor @NotNull [] values) -
Uses of ColorValue in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type ColorValue Modifier and Type Method Description @Nullable AnimatedColorAnimate. animatedColor(@NotNull ColorValue initial, @NotNull AttributeNode attributeNode) -
Uses of ColorValue in com.github.weisj.jsvg.paint.impl
Classes in com.github.weisj.jsvg.paint.impl that implement ColorValue Modifier and Type Class Description classRGBColor -
Uses of ColorValue in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with parameters of type ColorValue Modifier and Type Method Description @Nullable AnimatedColorAttributeNode. getAnimatedColor(@NotNull java.lang.String property, @NotNull ColorValue initial)
-