Uses of Class
com.github.weisj.jsvg.attributes.value.PercentageDimension
-
Packages that use PercentageDimension Package Description com.github.weisj.jsvg.attributes.value com.github.weisj.jsvg.geometry.size com.github.weisj.jsvg.nodes.animation com.github.weisj.jsvg.parser.impl -
-
Uses of PercentageDimension in com.github.weisj.jsvg.attributes.value
Methods in com.github.weisj.jsvg.attributes.value that return PercentageDimension Modifier and Type Method Description static PercentageDimensionPercentageDimension. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PercentageDimension[]PercentageDimension. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PercentageDimension in com.github.weisj.jsvg.geometry.size
Methods in com.github.weisj.jsvg.geometry.size with parameters of type PercentageDimension Modifier and Type Method Description @NotNull LengthLength. coercePercentageToCorrectUnit(@NotNull UnitType unitType, @NotNull PercentageDimension dimension) -
Uses of PercentageDimension in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type PercentageDimension Modifier and Type Method Description @Nullable AnimatedLengthAnimate. animatedLength(@NotNull LengthValue initial, PercentageDimension dimension, @NotNull AttributeNode attributeNode) -
Uses of PercentageDimension in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with parameters of type PercentageDimension Modifier and Type Method Description @Nullable AnimatedLengthAttributeNode. getAnimatedLength(@NotNull java.lang.String property, @NotNull LengthValue initial, @NotNull PercentageDimension dimension)@Nullable LengthAttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension)@NotNull LengthAttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, float fallback)@Nullable LengthValueAttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, @Nullable LengthValue fallback, Inherited inherited, Animatable animatable)@Nullable LengthAttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, @Nullable Length fallback)@Nullable LengthValueAttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, Inherited inherited, Animatable animatable)private @NotNull LengthAttributeNode. getLengthInternal(@NotNull java.lang.String key, @NotNull PercentageDimension dimension)@NotNull Length @NotNull []AttributeNode. getLengthList(@NotNull java.lang.String key, @NotNull PercentageDimension dimension)@NotNull Length @Nullable []AttributeNode. getLengthList(@NotNull java.lang.String key, @NotNull Length @Nullable [] fallback, @NotNull PercentageDimension dimension)@Nullable LengthAttributeParser. parseLength(@Nullable java.lang.String value, @Nullable Length fallback, @NotNull PercentageDimension dimension)@NotNull Length @Nullable []AttributeParser. parseLengthList(@Nullable java.lang.String value, @NotNull Length @Nullable [] fallback, @NotNull PercentageDimension dimension)private @NotNull LengthAttributeNode. parseReferenceLength(@NotNull java.lang.String key, @NotNull java.lang.String topLeft, @NotNull java.lang.String bottomRight, @NotNull PercentageDimension dimension)
-