Uses of Enum Class
org.jbox2d.collision.shapes.ShapeType
Packages that use ShapeType
Package
Description
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
-
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 ShapeTypeReturns the enum constant of this class with the specified name.static ShapeType[]ShapeType.values()Returns an array containing the constants of this enum class, 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 ShapeType