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 FillTrack. fillMethods in com.github.weisj.jsvg.animation that return Fill Modifier and Type Method Description @NotNull FillTrack. fill()static FillFill. 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)
-