Uses of Enum Class
com.github.weisj.jsvg.attributes.value.PercentageDimension
Packages that use PercentageDimension
Package
Description
-
Uses of PercentageDimension in com.github.weisj.jsvg.attributes.value
Subclasses with type arguments of type PercentageDimension in com.github.weisj.jsvg.attributes.valueMethods in com.github.weisj.jsvg.attributes.value that return PercentageDimensionModifier and TypeMethodDescriptionstatic PercentageDimensionReturns the enum constant of this class with the specified name.static PercentageDimension[]PercentageDimension.values()Returns an array containing the constants of this enum class, 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 PercentageDimensionModifier and TypeMethodDescription@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 PercentageDimensionModifier and TypeMethodDescription@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 PercentageDimensionModifier and TypeMethodDescription@Nullable AnimatedLengthAttributeNode.getAnimatedLength(@NotNull String property, @NotNull LengthValue initial, @NotNull PercentageDimension dimension) @Nullable LengthAttributeNode.getLength(@NotNull String key, @NotNull PercentageDimension dimension) @NotNull LengthAttributeNode.getLength(@NotNull String key, @NotNull PercentageDimension dimension, float fallback) @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 LengthAttributeNode.getLength(@NotNull String key, @NotNull PercentageDimension dimension, @Nullable Length fallback) private @NotNull LengthAttributeNode.getLengthInternal(@NotNull String key, @NotNull PercentageDimension dimension) @NotNull Length @NotNull []AttributeNode.getLengthList(@NotNull String key, @NotNull PercentageDimension dimension) @NotNull Length @Nullable []AttributeNode.getLengthList(@NotNull String key, @NotNull Length @Nullable [] fallback, @NotNull PercentageDimension dimension) @Nullable LengthAttributeParser.parseLength(@Nullable String value, @Nullable Length fallback, @NotNull PercentageDimension dimension) @NotNull Length @Nullable []AttributeParser.parseLengthList(@Nullable String value, @NotNull Length @Nullable [] fallback, @NotNull PercentageDimension dimension) private @NotNull LengthAttributeNode.parseReferenceLength(@NotNull String key, @NotNull String topLeft, @NotNull String bottomRight, @NotNull PercentageDimension dimension)