Uses of Class
com.github.weisj.jsvg.animation.Fill
-
Packages that use Fill Package Description com.github.weisj.jsvg.animation -
-
Uses of Fill in com.github.weisj.jsvg.animation
Fields in com.github.weisj.jsvg.animation declared as Fill Modifier and Type Field Description private Fill
Track. fill
Methods in com.github.weisj.jsvg.animation that return Fill Modifier and Type Method Description @NotNull Fill
Track. fill()
static Fill
Fill. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Fill[]
Fill. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.weisj.jsvg.animation with parameters of type Fill Constructor Description Track(@NotNull java.util.List<@NotNull Interval> intervals, float repeatCount, Fill fill, AnimationValuesType valuesType, Additive additive)
-