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