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