Uses of Enum Class
org.jbox2d.dynamics.joints.JointType
Packages that use JointType
Package
Description
Joints are used to constraint two bodies together in various fashions.
-
Uses of JointType in org.jbox2d.dynamics.joints
Fields in org.jbox2d.dynamics.joints declared as JointTypeModifier and TypeFieldDescriptionJointDef.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 JointTypeReturns the enum constant of this class with the specified name.static JointType[]JointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jbox2d.dynamics.joints with parameters of type JointType -
Uses of JointType in org.jbox2d.serialization
Methods in org.jbox2d.serialization with parameters of type JointTypeModifier and TypeMethodDescriptionstatic booleanSerializationHelper.isIndependentJoint(JointType argType)