Uses of Enum
com.github.weisj.jsvg.attributes.text.LengthAdjust
Packages that use LengthAdjust
-
Uses of LengthAdjust in com.github.weisj.jsvg.attributes.text
Methods in com.github.weisj.jsvg.attributes.text that return LengthAdjustModifier and TypeMethodDescriptionstatic LengthAdjust
Returns the enum constant of this type with the specified name.static LengthAdjust[]
LengthAdjust.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LengthAdjust in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text declared as LengthAdjustConstructors in com.github.weisj.jsvg.nodes.text with parameters of type LengthAdjustModifierConstructorDescription(package private)
GlyphAdvancement
(@NotNull TextMetrics textMetrics, float desiredLength, @NotNull LengthAdjust lengthAdjust)