HPos
type (joe.win
)
- HPos.values() → List
- hPos.name() → String
- hPos.ordinal() → Number
- hPos.toString() → String
Constants
HPos.CENTER
HPos.LEFT
HPos.RIGHT
Static Methods
HPos.values()
HPos.values() → List
Returns a list of the enumerated type's values.
HPos Initializer
HPos(value) → HPos
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
hPos.name()
hPos.name() → String
Returns the name of the enumerated constant.
hPos.ordinal()
hPos.ordinal() → Number
Returns the index of the enumerated constant
in the values()
list.
hPos.toString()
hPos.toString() → String
Returns the name of the enumerated constant.