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 ShapeTypeShape. m_typeMethods in org.jbox2d.collision.shapes that return ShapeType Modifier and Type Method Description ShapeTypeShape. getType()Get the type of this shape.static ShapeTypeShapeType. 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 ShapeTypeFixture. getType()Get the type of the child shape.Methods in org.jbox2d.dynamics with parameters of type ShapeType Modifier and Type Method Description private voidWorld. addType(IDynamicStack<Contact> creator, ShapeType type1, ShapeType type2)
-