Uses of Class
org.jbox2d.collision.shapes.ShapeType

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

Uses of ShapeType in org.jbox2d.collision.shapes
 

Fields in org.jbox2d.collision.shapes declared as ShapeType
 ShapeType Shape.m_type
           
 

Methods in org.jbox2d.collision.shapes that return ShapeType
 ShapeType Shape.getType()
          Get the type of this shape.
static ShapeType ShapeType.valueOf(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 are declared.
 

Constructors in org.jbox2d.collision.shapes with parameters of type ShapeType
Shape(ShapeType type)
           
 

Uses of ShapeType in org.jbox2d.dynamics
 

Methods in org.jbox2d.dynamics that return ShapeType
 ShapeType Fixture.getType()
          Get the type of the child shape.
 



Copyright © 2013. All Rights Reserved.