-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum VerticalPosition extends Enum<VerticalPosition>
Defines the vertical position of a drawn object relative to a given point.
-
-
Method Summary
Modifier and Type Method Description final VerticalPositionnegative()Returns the inverse of this VerticalPosition. final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
negative
final VerticalPosition negative()
Returns the inverse of this VerticalPosition.
-
getOrdinal
final Integer getOrdinal()
-
-
-
-