Uses of Class
org.jbox2d.dynamics.BodyDef

Packages that use BodyDef
org.jbox2d.dynamics   
 

Uses of BodyDef in org.jbox2d.dynamics
 

Methods in org.jbox2d.dynamics with parameters of type BodyDef
 Body World.createDynamicBody(BodyDef def)
          Create a dynamic rigid body given a definition.
 Body World.createStaticBody(BodyDef def)
          Create a static rigid body given a definition.
 

Constructors in org.jbox2d.dynamics with parameters of type BodyDef
Body(BodyDef bd, int type, World world)
          Should not be called by user, as it will not be properly added to the world.