public enum Joints extends Enum<Joints>
| Enum Constant and Description |
|---|
AnkleLeft |
AnkleRight |
ElbowLeft |
ElbowRight |
FootLeft |
FootRight |
HandLeft |
HandRight |
HandTipLeft |
HandTipRight |
Head |
HipLeft |
HipRight |
KneeLeft |
KneeRight |
Neck |
ShoulderLeft |
ShoulderRight |
SpineBase |
SpineMid |
SpineShoulder |
ThumbLeft |
ThumbRight |
WristLeft |
WristRight |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static Joints |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Joints[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Joints SpineBase
public static final Joints SpineMid
public static final Joints Neck
public static final Joints Head
public static final Joints ShoulderLeft
public static final Joints ElbowLeft
public static final Joints WristLeft
public static final Joints HandLeft
public static final Joints ShoulderRight
public static final Joints ElbowRight
public static final Joints WristRight
public static final Joints HandRight
public static final Joints HipLeft
public static final Joints KneeLeft
public static final Joints AnkleLeft
public static final Joints FootLeft
public static final Joints HipRight
public static final Joints KneeRight
public static final Joints AnkleRight
public static final Joints FootRight
public static final Joints SpineShoulder
public static final Joints HandTipLeft
public static final Joints ThumbLeft
public static final Joints HandTipRight
public static final Joints ThumbRight
public static Joints[] values()
for (Joints c : Joints.values()) System.out.println(c);
public static Joints 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 nullpublic int getValue()
Copyright © 2016–2017 openbase.org. All rights reserved.