Uses of Class
org.jbox2d.dynamics.joints.LimitState
-
Packages that use LimitState Package Description org.jbox2d.dynamics.joints -
-
Uses of LimitState in org.jbox2d.dynamics.joints
Fields in org.jbox2d.dynamics.joints declared as LimitState Modifier and Type Field Description private LimitStatePrismaticJoint. m_limitStateprivate LimitStateRevoluteJoint. m_limitStateprivate LimitStateRopeJoint. m_stateMethods in org.jbox2d.dynamics.joints that return LimitState Modifier and Type Method Description LimitStateRopeJoint. 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.
-