Uses of Class
org.jbox2d.collision.shapes.ShapeType
-
Packages that use ShapeType Package Description org.jbox2d.collision.shapes org.jbox2d.dynamics -
-
Uses of ShapeType in org.jbox2d.collision.shapes
Fields in org.jbox2d.collision.shapes declared as ShapeType Modifier and Type Field Description ShapeType
Shape. m_type
Methods in org.jbox2d.collision.shapes that return ShapeType Modifier and Type Method Description ShapeType
Shape. getType()
Get the type of this shape.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 are declared.Constructors in org.jbox2d.collision.shapes with parameters of type ShapeType Constructor Description Shape(ShapeType type)
-
Uses of ShapeType in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics that return ShapeType Modifier and Type Method Description ShapeType
Fixture. getType()
Get the type of the child shape.Methods in org.jbox2d.dynamics with parameters of type ShapeType Modifier and Type Method Description private void
World. addType(IDynamicStack<Contact> creator, ShapeType type1, ShapeType type2)
-