Uses of Class
org.jbox2d.collision.ShapeDef

Packages that use ShapeDef
org.jbox2d.collision   
org.jbox2d.dynamics   
 

Uses of ShapeDef in org.jbox2d.collision
 

Subclasses of ShapeDef in org.jbox2d.collision
 class CircleDef
           
 class PolygonDef
           
 

Methods in org.jbox2d.collision with parameters of type ShapeDef
static Shape Shape.create(ShapeDef def)
           
 

Constructors in org.jbox2d.collision with parameters of type ShapeDef
CircleShape(ShapeDef def)
           
PolygonShape(ShapeDef def)
           
Shape(ShapeDef def)
           
 

Uses of ShapeDef in org.jbox2d.dynamics
 

Methods in org.jbox2d.dynamics with parameters of type ShapeDef
 Shape Body.createShape(ShapeDef def)
          Creates a shape and attach it to this body.