Uses of Class
org.jbox2d.dynamics.joints.JointType

Packages that use JointType
org.jbox2d.dynamics.joints   
 

Uses of JointType in org.jbox2d.dynamics.joints
 

Fields in org.jbox2d.dynamics.joints declared as JointType
 JointType Joint.m_type
           
 JointType JointDef.type
           
 

Methods in org.jbox2d.dynamics.joints that return JointType
 JointType Joint.getType()
          Get the type of the concrete joint.
static JointType JointType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JointType[] JointType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.