VPos
type (joe.win
)
- VPos.values() → List
- vPos.name() → String
- vPos.ordinal() → Number
- vPos.toString() → String
Constants
VPos.BASELINE
VPos.BOTTOM
VPos.CENTER
VPos.TOP
Static Methods
VPos.values()
VPos.values() → List
Returns a list of the enumerated type's values.
VPos Initializer
VPos(value) → VPos
Attempts to convert the value to an enum constant for this enum. The value may be:
- One of the enum's constants.
- A string that matches the name of a constant, disregarding case.
- A keyword whose name matches the name of a constant, disregarding case.
Methods
vPos.name()
vPos.name() → String
Returns the name of the enumerated constant.
vPos.ordinal()
vPos.ordinal() → Number
Returns the index of the enumerated constant
in the values()
list.
vPos.toString()
vPos.toString() → String
Returns the name of the enumerated constant.