Uses of Enum Class
com.github.weisj.jsvg.attributes.Inherited
Packages that use Inherited
Package
Description
-
Uses of Inherited in com.github.weisj.jsvg.attributes
Subclasses with type arguments of type Inherited in com.github.weisj.jsvg.attributesMethods in com.github.weisj.jsvg.attributes that return Inherited -
Uses of Inherited in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with parameters of type InheritedModifier 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) -
Uses of Inherited in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util with parameters of type InheritedModifier and TypeMethodDescriptionstatic @NotNull AttributeUtil.AxisPairAttributeUtil.parseAxisPair(@NotNull AttributeNode node, @NotNull String xAttr, @NotNull String yAttr, @NotNull Length fallback, Inherited inherited, @NotNull Function<@NotNull LengthValue, @Nullable LengthValue> validator)