Uses of Class
org.jbox2d.collision.Type
-
Packages that use Type Package Description org.jbox2d.collision -
-
Uses of Type in org.jbox2d.collision
Fields in org.jbox2d.collision declared as Type Modifier and Type Field Description Type
SeparationFunction. m_type
Methods in org.jbox2d.collision that return Type Modifier and Type Method Description static Type
Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Type[]
Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-