public enum HandGestureType extends java.lang.Enum<HandGestureType>
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getName(int v) |
static HandGestureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HandGestureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandGestureType AAI_HAND_NONE
public static final HandGestureType AAI_HAND_OTHER
public static final HandGestureType AAI_HAND_NUMBER_1
public static final HandGestureType AAI_HAND_NUMBER_2
public static final HandGestureType AAI_HAND_NUMBER_3
public static final HandGestureType AAI_HAND_NUMBER_4
public static final HandGestureType AAI_HAND_NUMBER_5
public static final HandGestureType AAI_HAND_NUMBER_6
public static final HandGestureType AAI_HAND_NUMBER_7
public static final HandGestureType AAI_HAND_NUMBER_8
public static final HandGestureType AAI_HAND_NUMBER_9
public static final HandGestureType AAI_HAND_FIST
public static final HandGestureType AAI_HAND_OK
public static final HandGestureType AAI_HAND_HEART
public static final HandGestureType AAI_HAND_THUMB_UP
public static final HandGestureType AAI_HAND_RING_PINKY
public static final HandGestureType AAI_HAND_PINKY
public static final HandGestureType AAI_HAND_GUN
public static final HandGestureType AAI_HAND_ILOVEY_ROCK
public static final HandGestureType AAI_HAND_PAW
public static final HandGestureType AAI_HAND_MID_FINGER
public static final HandGestureType AAI_HAND_VULCAN_SALUTE
public static final HandGestureType AAI_HAND_MID_TIP
public static final HandGestureType AAI_HAND_RING_TIP
public static final HandGestureType AAI_HAND_CUP
public static final HandGestureType AAI_HAND_SNAKE
public static final HandGestureType AAI_HAND_FINGERS_TOGETHER
public static final HandGestureType AAI_HAND_GESTURE_NUM
public static HandGestureType[] values()
for (HandGestureType c : HandGestureType.values()) System.out.println(c);
public static HandGestureType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static java.lang.String getName(int v)