Uses of Class
org.jbox2d.collision.ShapeType

Packages that use ShapeType
org.jbox2d.collision   
org.jbox2d.dynamics.contacts   
 

Uses of ShapeType in org.jbox2d.collision
 

Fields in org.jbox2d.collision declared as ShapeType
 ShapeType Shape.m_type
           
 ShapeType ShapeDef.type
           
 

Methods in org.jbox2d.collision that return ShapeType
 ShapeType Shape.getType()
           
static ShapeType ShapeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ShapeType[] ShapeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ShapeType in org.jbox2d.dynamics.contacts
 

Fields in org.jbox2d.dynamics.contacts declared as ShapeType
 ShapeType ContactRegister.s1
           
 ShapeType ContactRegister.s2