net.sf.josceleton.core.api.entity.joint
Class Joints

java.lang.Object
  extended by net.sf.josceleton.core.api.entity.joint.Joints

public final class Joints
extends Object

Implements an hierarchical enum.

Since:
0.1

Method Summary
static JointParts.Ankles ANKLE()
           
static JointParts.Elbows ELBOW()
           
static JointParts.Feet FOOT()
           
static JointParts.Hands HAND()
           
static JointParts.Head HEAD()
           
static JointParts.Hips HIP()
           
static JointParts.Knees KNEE()
           
static JointParts.Neck NECK()
           
static JointParts.Shoulders SHOULDER()
           
static JointParts.Torso TORSO()
           
static Iterable<Joint> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

values

public static Iterable<Joint> values()
Since:
0.1

HEAD

public static JointParts.Head HEAD()
Since:
0.1

NECK

public static JointParts.Neck NECK()
Since:
0.1

TORSO

public static JointParts.Torso TORSO()
Since:
0.1

SHOULDER

public static JointParts.Shoulders SHOULDER()
Since:
0.1

ELBOW

public static JointParts.Elbows ELBOW()
Since:
0.1

HAND

public static JointParts.Hands HAND()
Since:
0.1

HIP

public static JointParts.Hips HIP()
Since:
0.1

KNEE

public static JointParts.Knees KNEE()
Since:
0.1

ANKLE

public static JointParts.Ankles ANKLE()
Since:
0.1

FOOT

public static JointParts.Feet FOOT()
Since:
0.1


Copyright © 2011 Josceleton. All Rights Reserved.