Uses of Class
com.github.weisj.jsvg.attributes.Animatable
-
Packages that use Animatable Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.parser.impl -
-
Uses of Animatable in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return Animatable Modifier and Type Method Description static Animatable
Animatable. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Animatable[]
Animatable. values()
Returns an array containing the constants of this enum type, 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 Animatable Modifier and Type Method Description @NotNull FloatListValue
AttributeNode. getFloatList(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)
@Nullable LengthValue
AttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, @Nullable LengthValue fallback, Inherited inherited, Animatable animatable)
@Nullable LengthValue
AttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, Inherited inherited, Animatable animatable)
@Nullable SVGPaint
AttributeNode. getPaint(@NotNull java.lang.String key, @Nullable SVGPaint fallback, Inherited inherited, Animatable animatable)
@Nullable SVGPaint
AttributeNode. getPaint(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)
@Nullable PercentageValue
AttributeNode. getPercentage(@NotNull java.lang.String key, @Nullable PercentageValue fallback, Inherited inherited, Animatable animatable)
@Nullable PercentageValue
AttributeNode. getPercentage(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)
@Nullable TransformValue
AttributeNode. parseTransform(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)
-