Uses of Enum Class
com.github.weisj.jsvg.animation.AnimationValuesType
Packages that use AnimationValuesType
-
Uses of AnimationValuesType in com.github.weisj.jsvg.animation
Subclasses with type arguments of type AnimationValuesType in com.github.weisj.jsvg.animationMethods in com.github.weisj.jsvg.animation that return AnimationValuesTypeModifier and TypeMethodDescriptionstatic AnimationValuesTypeReturns the enum constant of this class with the specified name.static AnimationValuesType[]AnimationValuesType.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 AnimationValuesTypeModifier 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 AnimationValuesType -
Uses of AnimationValuesType in com.github.weisj.jsvg.animation.interpolation
Fields in com.github.weisj.jsvg.animation.interpolation declared as AnimationValuesTypeModifier and TypeFieldDescriptionprivate final AnimationValuesTypeDefaultInterpolator.valuesTypeConstructors in com.github.weisj.jsvg.animation.interpolation with parameters of type AnimationValuesTypeModifierConstructorDescriptionDefaultInterpolator(AnimationValuesType valuesType, Additive additive)