Uses of Class
com.github.weisj.jsvg.attributes.text.TextAnchor
-
Packages that use TextAnchor Package Description com.github.weisj.jsvg.attributes.text com.github.weisj.jsvg.nodes.text com.github.weisj.jsvg.renderer -
-
Uses of TextAnchor in com.github.weisj.jsvg.attributes.text
Methods in com.github.weisj.jsvg.attributes.text that return TextAnchor Modifier and Type Method Description static TextAnchor
TextAnchor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextAnchor[]
TextAnchor. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TextAnchor in com.github.weisj.jsvg.nodes.text
Methods in com.github.weisj.jsvg.nodes.text with parameters of type TextAnchor Modifier and Type Method Description private double
TextContainer. textAnchorOffset(@NotNull TextAnchor textAnchor, @NotNull GlyphCursor glyphCursor)
-
Uses of TextAnchor in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as TextAnchor Modifier and Type Field Description private @Nullable TextAnchor
FontRenderContext. textAnchor
Methods in com.github.weisj.jsvg.renderer that return TextAnchor Modifier and Type Method Description @NotNull TextAnchor
FontRenderContext. textAnchor()
Constructors in com.github.weisj.jsvg.renderer with parameters of type TextAnchor Constructor Description FontRenderContext(@Nullable Length letterSpacing, @Nullable DominantBaseline dominantBaseline, @Nullable TextAnchor textAnchor)
-