Uses of Class
org.jbox2d.collision.ShapeDef

Packages that use ShapeDef
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
org.jbox2d.dynamics This package handles non-collision aspects of simulation. 
 

Uses of ShapeDef in org.jbox2d.collision
 

Subclasses of ShapeDef in org.jbox2d.collision
 class CircleDef
          A circle shape definition.
 class PolygonDef
          Convex polygon.
 

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

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.