net.sf.josceleton.core.api.entity.joint
Interface Joint

All Known Subinterfaces:
JointParts.Ankle, JointParts.Elbow, JointParts.Foot, JointParts.Hand, JointParts.Head, JointParts.Hip, JointParts.Knee, JointParts.LeftAnkle, JointParts.LeftElbow, JointParts.LeftFoot, JointParts.LeftHand, JointParts.LeftHip, JointParts.LeftKnee, JointParts.LeftShoulder, JointParts.Neck, JointParts.RightAnkle, JointParts.RightElbow, JointParts.RightFoot, JointParts.RightHand, JointParts.RightHip, JointParts.RightKnee, JointParts.RightShoulder, JointParts.Shoulder, JointParts.Torso

public interface Joint

This class represents joints in the human body at which two parts of the skeleton are fitted together. Available joints (until now) are:

See Also:
Joints

Method Summary
 String getLabel()
           
 String getOsceletonId()
           
 

Method Detail

getLabel

String getLabel()
Returns:
a user display friendly text representation of this joint; e.g.: "Head" or "Left Hand".

getOsceletonId

String getOsceletonId()
Returns:
the unique name of a joint as known from osceleton; e.g.: "head" or "l_hand".


Copyright © 2011 Josceleton. All Rights Reserved.