Uses of Class
net.sourceforge.plantuml.graphic.VerticalPosition
-
Packages that use VerticalPosition Package Description net.sourceforge.plantuml.graphic -
-
Uses of VerticalPosition in net.sourceforge.plantuml.graphic
Methods in net.sourceforge.plantuml.graphic that return VerticalPosition Modifier and Type Method Description static VerticalPosition
VerticalPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static VerticalPosition[]
VerticalPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-