Uses of Class
org.ode4j.ode.DJoint.PARAM

Packages that use DJoint.PARAM
org.ode4j.ode Public API for ode4j. 
 

Uses of DJoint.PARAM in org.ode4j.ode
 

Methods in org.ode4j.ode that return DJoint.PARAM
 DJoint.PARAM DJoint.PARAM.and(int i)
           
static DJoint.PARAM DJoint.PARAM.toEnum(int n)
           
 DJoint.PARAM DJoint.PARAM_N.toSUB()
           
static DJoint.PARAM DJoint.PARAM.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DJoint.PARAM[] DJoint.PARAM.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 DJoint.PARAM
 void DPlane2DJoint.setAngleParam(DJoint.PARAM parameter, double value)
           
 void DPlane2DJoint.setXParam(DJoint.PARAM parameter, double value)
          Deprecated. TZ Use above methods instead.
 void DPlane2DJoint.setYParam(DJoint.PARAM parameter, double value)
          Deprecated. TZ Use above methods instead.