Uses of Enum
org.jbox2d.dynamics.joints.JointType
Packages that use JointType
-
Uses of JointType in org.jbox2d.dynamics.joints
Subclasses with type arguments of type JointType in org.jbox2d.dynamics.jointsFields in org.jbox2d.dynamics.joints declared as JointTypeModifier and TypeFieldDescriptionprivate final JointTypeJoint.m_typeprivate final JointTypeGearJoint.m_typeAprivate final JointTypeGearJoint.m_typeBJointDef.typeThe joint type is set automatically for concrete joint types.Methods in org.jbox2d.dynamics.joints that return JointTypeModifier and TypeMethodDescriptionJoint.getType()get the type of the concrete joint.static JointTypeJointType.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 JointTypeModifier and TypeMethodDescriptionstatic booleanSerializationHelper.isIndependentJoint(JointType argType)