Uses of Class
com.github.weisj.jsvg.attributes.Inherited
-
Packages that use Inherited Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.parser.impl com.github.weisj.jsvg.util -
-
Uses of Inherited in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return Inherited Modifier and Type Method Description static Inherited
Inherited. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Inherited[]
Inherited. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Inherited in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with parameters of type Inherited 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)
-
Uses of Inherited in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util with parameters of type Inherited Modifier and Type Method Description static @NotNull AttributeUtil.AxisPair
AttributeUtil. parseAxisPair(@NotNull AttributeNode node, @NotNull java.lang.String xAttr, @NotNull java.lang.String yAttr, @NotNull Length fallback, Inherited inherited, @NotNull java.util.function.Function<@NotNull LengthValue,@Nullable LengthValue> validator)
-