Uses of Enum
org.jbox2d.dynamics.joints.LimitState
Packages that use LimitState
-
Uses of LimitState in org.jbox2d.dynamics.joints
Subclasses with type arguments of type LimitState in org.jbox2d.dynamics.jointsFields in org.jbox2d.dynamics.joints declared as LimitStateModifier and TypeFieldDescriptionprivate LimitStatePrismaticJoint.m_limitStateprivate LimitStateRevoluteJoint.m_limitStateprivate LimitStateRopeJoint.m_stateMethods in org.jbox2d.dynamics.joints that return LimitStateModifier and TypeMethodDescriptionRopeJoint.getLimitState()static LimitStateLimitState.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.