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 PercentageDimension
PercentageDimension. 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 Length
Length. 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 AnimatedLength
Animate. 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 AnimatedLength
AttributeNode. getAnimatedLength(@NotNull java.lang.String property, @NotNull LengthValue initial, @NotNull PercentageDimension dimension)
@Nullable Length
AttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension)
@NotNull Length
AttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, float fallback)
@Nullable LengthValue
AttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, @Nullable LengthValue fallback, Inherited inherited, Animatable animatable)
@Nullable Length
AttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, @Nullable Length fallback)
@Nullable LengthValue
AttributeNode. getLength(@NotNull java.lang.String key, @NotNull PercentageDimension dimension, Inherited inherited, Animatable animatable)
private @NotNull Length
AttributeNode. 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 Length
AttributeParser. 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 Length
AttributeNode. parseReferenceLength(@NotNull java.lang.String key, @NotNull java.lang.String topLeft, @NotNull java.lang.String bottomRight, @NotNull PercentageDimension dimension)
-