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