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