Uses of Class
com.github.weisj.jsvg.attributes.text.GlyphRenderMethod
-
Packages that use GlyphRenderMethod Package Description com.github.weisj.jsvg.attributes.text com.github.weisj.jsvg.nodes.text -
-
Uses of GlyphRenderMethod in com.github.weisj.jsvg.attributes.text
Methods in com.github.weisj.jsvg.attributes.text that return GlyphRenderMethod Modifier and Type Method Description static GlyphRenderMethod
GlyphRenderMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GlyphRenderMethod[]
GlyphRenderMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GlyphRenderMethod in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text declared as GlyphRenderMethod Modifier and Type Field Description private GlyphRenderMethod
TextPath. renderMethod
-