Uses of Enum
org.jbox2d.collision.shapes.ShapeType
Packages that use ShapeType
-
Uses of ShapeType in org.jbox2d.collision.shapes
Subclasses with type arguments of type ShapeType in org.jbox2d.collision.shapesFields 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 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 -
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 voidWorld.addType(IDynamicStack<Contact> creator, ShapeType type1, ShapeType type2)