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 class
AnimatedColor
Fields in com.github.weisj.jsvg.animation.value declared as ColorValue Modifier and Type Field Description private @NotNull ColorValue
AnimatedColor. initial
Constructors 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 AnimatedColor
Animate. 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 class
RGBColor
-
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 AnimatedColor
AttributeNode. getAnimatedColor(@NotNull java.lang.String property, @NotNull ColorValue initial)
-