public static enum OisJoystick.OisPov extends Enum<OisJoystick.OisPov>
| Enum Constant and Description |
|---|
Centered |
East |
North |
NorthEast |
NorthWest |
South |
SouthEast |
SouthWest |
West |
| Modifier and Type | Method and Description |
|---|---|
static OisJoystick.OisPov |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OisJoystick.OisPov[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OisJoystick.OisPov Centered
public static final OisJoystick.OisPov North
public static final OisJoystick.OisPov South
public static final OisJoystick.OisPov East
public static final OisJoystick.OisPov West
public static final OisJoystick.OisPov NorthEast
public static final OisJoystick.OisPov SouthEast
public static final OisJoystick.OisPov NorthWest
public static final OisJoystick.OisPov SouthWest
public static OisJoystick.OisPov[] values()
for (OisJoystick.OisPov c : OisJoystick.OisPov.values()) System.out.println(c);
public static OisJoystick.OisPov valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.