Uses of Enum
com.github.weisj.jsvg.attributes.text.DominantBaseline
Packages that use DominantBaseline
-
Uses of DominantBaseline in com.github.weisj.jsvg.attributes.text
Methods in com.github.weisj.jsvg.attributes.text that return DominantBaselineModifier and TypeMethodDescriptionstatic DominantBaseline
Returns the enum constant of this type with the specified name.static DominantBaseline[]
DominantBaseline.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DominantBaseline in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as DominantBaselineModifier and TypeFieldDescriptionprivate final @Nullable DominantBaseline
FontRenderContext.dominantBaseline
Methods in com.github.weisj.jsvg.renderer that return DominantBaselineConstructors in com.github.weisj.jsvg.renderer with parameters of type DominantBaselineModifierConstructorDescriptionFontRenderContext
(@Nullable Length letterSpacing, @Nullable DominantBaseline dominantBaseline, @Nullable TextAnchor textAnchor)