Uses of Enum Class
com.github.weisj.jsvg.attributes.text.LengthAdjust
Packages that use LengthAdjust
-
Uses of LengthAdjust in com.github.weisj.jsvg.attributes.text
Subclasses with type arguments of type LengthAdjust in com.github.weisj.jsvg.attributes.textMethods in com.github.weisj.jsvg.attributes.text that return LengthAdjustModifier and TypeMethodDescriptionstatic LengthAdjustReturns the enum constant of this class with the specified name.static LengthAdjust[]LengthAdjust.values()Returns an array containing the constants of this enum class, 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)