Uses of Class
org.jbox2d.dynamics.joints.JointDef

Packages that use JointDef
org.jbox2d.builders   
org.jbox2d.dynamics   
org.jbox2d.dynamics.joints   
 

Uses of JointDef in org.jbox2d.builders
 

Classes in org.jbox2d.builders with type parameters of type JointDef
 class JointBuilder<K extends JointBuilder<K,T>,T extends JointDef>
           
 

Fields in org.jbox2d.builders declared as JointDef
protected  T JointBuilder.jointDef
           
 

Uses of JointDef in org.jbox2d.dynamics
 

Methods in org.jbox2d.dynamics with parameters of type JointDef
 Joint World.createJoint(JointDef def)
          create a joint to constrain bodies together.
 

Uses of JointDef in org.jbox2d.dynamics.joints
 

Subclasses of JointDef in org.jbox2d.dynamics.joints
 class ConstantVolumeJointDef
          Definition for a ConstantVolumeJoint, which connects a group a bodies together so they maintain a constant volume within them.
 class DistanceJointDef
          Distance joint definition.
 class FrictionJointDef
          Friction joint definition.
 class GearJointDef
          Gear joint definition.
 class LineJointDef
           
 class MouseJointDef
          Mouse joint definition.
 class PrismaticJointDef
          Prismatic joint definition.
 class PulleyJointDef
          Pulley joint definition.
 class RevoluteJointDef
          Revolute joint definition.
 class WeldJointDef
           
 

Methods in org.jbox2d.dynamics.joints with parameters of type JointDef
static Joint Joint.create(World argWorld, JointDef def)
           
 

Constructors in org.jbox2d.dynamics.joints with parameters of type JointDef
Joint(IWorldPool argWorldPool, JointDef def)
           
 



Copyright © 2012. All Rights Reserved.