org.jbox2d.dynamics.joints
Class JointDef

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

public class JointDef
extends java.lang.Object


Field Summary
 Body body1
           
 Body body2
           
 boolean collideConnected
           
 JointType type
           
 java.lang.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 java.lang.Object userData

collideConnected

public boolean collideConnected
Constructor Detail

JointDef

public JointDef()