Uses of Class
org.ode4j.ode.DAMotorJoint.AMotorMode

Packages that use DAMotorJoint.AMotorMode
org.ode4j.cpp.internal USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package provide an API that is similar to the original C/C++ API. 
org.ode4j.ode Public API for ode4j. 
 

Uses of DAMotorJoint.AMotorMode in org.ode4j.cpp.internal
 

Methods in org.ode4j.cpp.internal that return DAMotorJoint.AMotorMode
static DAMotorJoint.AMotorMode ApiCppJoint.dJointGetAMotorMode(DAMotorJoint j)
           
 

Uses of DAMotorJoint.AMotorMode in org.ode4j.ode
 

Methods in org.ode4j.ode that return DAMotorJoint.AMotorMode
static DAMotorJoint.AMotorMode DAMotorJoint.AMotorMode.from(int mode)
           
 DAMotorJoint.AMotorMode DAMotorJoint.getMode()
          Get the angular motor mode.
static DAMotorJoint.AMotorMode DAMotorJoint.AMotorMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DAMotorJoint.AMotorMode[] DAMotorJoint.AMotorMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ode4j.ode with parameters of type DAMotorJoint.AMotorMode
 void DAMotorJoint.setMode(DAMotorJoint.AMotorMode mode)
          Set mode.