|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.dynamics.joints.JointDef
public class JointDef
Joint definitions are used to construct joints.
| Field Summary | |
|---|---|
Body |
bodyA
The first attached body. |
Body |
bodyB
The second attached body. |
boolean |
collideConnected
Set this flag to true if the attached bodies should collide. |
JointType |
type
The joint type is set automatically for concrete joint types. |
Object |
userData
Use this to attach application specific data to your joints. |
| 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 |
|---|
public JointType type
public Object userData
public Body bodyA
public Body bodyB
public boolean collideConnected
| Constructor Detail |
|---|
public JointDef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||