Uses of Class
com.github.weisj.jsvg.attributes.text.DominantBaseline
-
Packages that use DominantBaseline Package Description com.github.weisj.jsvg.attributes.text com.github.weisj.jsvg.renderer.impl.context -
-
Uses of DominantBaseline in com.github.weisj.jsvg.attributes.text
Methods in com.github.weisj.jsvg.attributes.text that return DominantBaseline Modifier and Type Method Description static DominantBaseline
DominantBaseline. valueOf(java.lang.String name)
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.impl.context
Fields in com.github.weisj.jsvg.renderer.impl.context declared as DominantBaseline Modifier and Type Field Description private @Nullable DominantBaseline
FontRenderContext. dominantBaseline
Methods in com.github.weisj.jsvg.renderer.impl.context that return DominantBaseline Modifier and Type Method Description @NotNull DominantBaseline
FontRenderContext. dominantBaseline()
Constructors in com.github.weisj.jsvg.renderer.impl.context with parameters of type DominantBaseline Constructor Description FontRenderContext(@Nullable Length letterSpacing, @Nullable DominantBaseline dominantBaseline, @Nullable TextAnchor textAnchor)
-