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