Uses of Class
com.github.weisj.jsvg.attributes.text.LengthAdjust
-
Packages that use LengthAdjust Package Description com.github.weisj.jsvg.attributes.text com.github.weisj.jsvg.nodes.text -
-
Uses of LengthAdjust in com.github.weisj.jsvg.attributes.text
Methods in com.github.weisj.jsvg.attributes.text that return LengthAdjust Modifier and Type Method Description static LengthAdjust
LengthAdjust. valueOf(java.lang.String name)
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 LengthAdjust Modifier and Type Field Description protected LengthAdjust
TextContainer. lengthAdjust
Constructors in com.github.weisj.jsvg.nodes.text with parameters of type LengthAdjust Constructor Description GlyphAdvancement(@NotNull TextMetrics textMetrics, float desiredLength, @NotNull LengthAdjust lengthAdjust)
-