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 AnimatableAnimatable. 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 FloatListValueAttributeNode. getFloatList(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)@Nullable LengthValueAttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, @Nullable LengthValue fallback, Inherited inherited, Animatable animatable)@Nullable LengthValueAttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, Inherited inherited, Animatable animatable)@Nullable SVGPaintAttributeNode. getPaint(@NotNull java.lang.String key, @Nullable SVGPaint fallback, Inherited inherited, Animatable animatable)@Nullable SVGPaintAttributeNode. getPaint(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)@Nullable PercentageValueAttributeNode. getPercentage(@NotNull java.lang.String key, @Nullable PercentageValue fallback, Inherited inherited, Animatable animatable)@Nullable PercentageValueAttributeNode. getPercentage(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)@Nullable TransformValueAttributeNode. parseTransform(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)
-