Uses of Class
org.jbox2d.dynamics.World

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

Uses of World in org.jbox2d.builders
 

Fields in org.jbox2d.builders declared as World
protected  World JointBuilder.world
           
protected  World BodyBuilder.world
           
 

Constructors in org.jbox2d.builders with parameters of type World
BodyBuilder(World world, T shape)
           
BoxBuilder(World world)
           
ChainShapeBuilder(World world)
           
CircleShapeBuilder(World world)
           
JointBuilder(World world, T jointDef)
           
PolygonShapeBuilder(World world)
           
RevoluteJointBuilder(World world, Body a, Body b, Vec2 anchor)
           
 

Uses of World in org.jbox2d.dynamics
 

Fields in org.jbox2d.dynamics declared as World
 World Body.m_world
           
 

Methods in org.jbox2d.dynamics that return World
 World Body.getWorld()
          Get the parent world of this body.
 

Constructors in org.jbox2d.dynamics with parameters of type World
Body(BodyDef bd, World world)
           
ContactManager(World argPool)
           
 

Uses of World in org.jbox2d.dynamics.joints
 

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

Constructors in org.jbox2d.dynamics.joints with parameters of type World
ConstantVolumeJoint(World argWorld, ConstantVolumeJointDef def)
           
 



Copyright © 2012. All Rights Reserved.