Uses of Enum Class
com.github.weisj.jsvg.animation.Additive
Packages that use Additive
-
Uses of Additive in com.github.weisj.jsvg.animation
Methods in com.github.weisj.jsvg.animation that return AdditiveModifier and TypeMethodDescriptionstatic AdditiveReturns the enum constant of this class with the specified name.static Additive[]Additive.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.animation with parameters of type AdditiveModifier and TypeMethodDescriptionstatic @Nullable TrackTrack.parse(@NotNull AttributeNode attributeNode, @NotNull AnimationValuesType valuesType, @NotNull Additive additive) Constructors in com.github.weisj.jsvg.animation with parameters of type Additive -
Uses of Additive in com.github.weisj.jsvg.animation.interpolation
Fields in com.github.weisj.jsvg.animation.interpolation declared as AdditiveConstructors in com.github.weisj.jsvg.animation.interpolation with parameters of type AdditiveModifierConstructorDescriptionDefaultInterpolator(AnimationValuesType valuesType, Additive additive)