Uses of Enum
org.jbox2d.dynamics.joints.LimitState
Packages that use LimitState
-
Uses of LimitState in org.jbox2d.dynamics.joints
Fields in org.jbox2d.dynamics.joints declared as LimitStateModifier and TypeFieldDescriptionprivate LimitState
PrismaticJoint.m_limitState
private LimitState
RevoluteJoint.m_limitState
private LimitState
RopeJoint.m_state
Methods in org.jbox2d.dynamics.joints that return LimitStateModifier and TypeMethodDescriptionRopeJoint.getLimitState()
static LimitState
LimitState.valueOf
(java.lang.String name) Returns the enum constant of this type with the specified name.static LimitState[]
LimitState.values()
Returns an array containing the constants of this enum type, in the order they are declared.