org.jbox2d.dynamics.joints
Class JointDef

java.lang.Object
  extended by org.jbox2d.dynamics.joints.JointDef
Direct Known Subclasses:
ConstantVolumeJointDef, DistanceJointDef, GearJointDef, MouseJointDef, PrismaticJointDef, PulleyJointDef, RevoluteJointDef

public abstract class JointDef
extends Object

Base class for all joint definitions


Field Summary
 Body body1
           
 Body body2
           
 boolean collideConnected
           
 JointType type
           
 Object userData
           
 
Constructor Summary
JointDef()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public JointType type

body1

public Body body1

body2

public Body body2

userData

public Object userData

collideConnected

public boolean collideConnected
Constructor Detail

JointDef

public JointDef()