Uses of Class
org.jbox2d.dynamics.joints.JointType
-
Packages that use JointType Package Description org.jbox2d.dynamics.joints org.jbox2d.serialization -
-
Uses of JointType in org.jbox2d.dynamics.joints
Fields in org.jbox2d.dynamics.joints declared as JointType Modifier and Type Field Description private JointType
Joint. m_type
private JointType
GearJoint. m_typeA
private JointType
GearJoint. m_typeB
JointType
JointDef. type
The joint type is set automatically for concrete joint types.Methods in org.jbox2d.dynamics.joints that return JointType Modifier and Type Method Description 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 are declared. -
Uses of JointType in org.jbox2d.serialization
Methods in org.jbox2d.serialization with parameters of type JointType Modifier and Type Method Description static boolean
SerializationHelper. isIndependentJoint(JointType argType)
-