Uses of Enum
org.jbox2d.collision.shapes.ShapeType
Packages that use ShapeType
-
Uses of ShapeType in org.jbox2d.collision.shapes
Fields in org.jbox2d.collision.shapes declared as ShapeTypeMethods in org.jbox2d.collision.shapes that return ShapeTypeModifier and TypeMethodDescriptionShape.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 -
Uses of ShapeType in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics that return ShapeTypeMethods in org.jbox2d.dynamics with parameters of type ShapeTypeModifier and TypeMethodDescriptionprivate void
World.addType
(IDynamicStack<Contact> creator, ShapeType type1, ShapeType type2)