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