Uses of Enum Class
com.github.weisj.jsvg.attributes.Animatable
Packages that use Animatable
-
Uses of Animatable in com.github.weisj.jsvg.attributes
Subclasses with type arguments of type Animatable in com.github.weisj.jsvg.attributesMethods in com.github.weisj.jsvg.attributes that return AnimatableModifier and TypeMethodDescriptionstatic AnimatableReturns the enum constant of this class with the specified name.static Animatable[]Animatable.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Animatable in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with parameters of type AnimatableModifier and TypeMethodDescription@NotNull FloatListValueAttributeNode.getFloatList(@NotNull String key, Inherited inherited, Animatable animatable) @Nullable LengthValueAttributeNode.getLength(@NotNull String key, @NotNull PercentageDimension dimension, Inherited inherited, Animatable animatable) @Nullable LengthValueAttributeNode.getLength(@NotNull String key, @NotNull PercentageDimension dimension, @Nullable LengthValue fallback, Inherited inherited, Animatable animatable) @Nullable SVGPaintAttributeNode.getPaint(@NotNull String key, Inherited inherited, Animatable animatable) @Nullable SVGPaintAttributeNode.getPaint(@NotNull String key, @Nullable SVGPaint fallback, Inherited inherited, Animatable animatable) @Nullable PercentageValueAttributeNode.getPercentage(@NotNull String key, Inherited inherited, Animatable animatable) @Nullable PercentageValueAttributeNode.getPercentage(@NotNull String key, @Nullable PercentageValue fallback, Inherited inherited, Animatable animatable) @Nullable TransformValueAttributeNode.parseTransform(@NotNull String key, Inherited inherited, Animatable animatable)