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.impl.context -
-
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 TextAnchorTextAnchor. 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 doubleTextContainer. textAnchorOffset(@NotNull TextAnchor textAnchor, @NotNull GlyphCursor glyphCursor) -
Uses of TextAnchor in com.github.weisj.jsvg.renderer.impl.context
Fields in com.github.weisj.jsvg.renderer.impl.context declared as TextAnchor Modifier and Type Field Description private @Nullable TextAnchorFontRenderContext. textAnchorMethods in com.github.weisj.jsvg.renderer.impl.context that return TextAnchor Modifier and Type Method Description @NotNull TextAnchorFontRenderContext. textAnchor()Constructors in com.github.weisj.jsvg.renderer.impl.context with parameters of type TextAnchor Constructor Description FontRenderContext(@Nullable Length letterSpacing, @Nullable DominantBaseline dominantBaseline, @Nullable TextAnchor textAnchor)
-