Uses of Class
org.jbox2d.dynamics.BodyType
-
Packages that use BodyType Package Description org.jbox2d.dynamics -
-
Uses of BodyType in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as BodyType Modifier and Type Field Description BodyTypeBody. m_typeBodyTypeBodyDef. typeThe body type: static, kinematic, or dynamic.Methods in org.jbox2d.dynamics that return BodyType Modifier and Type Method Description BodyTypeBody. getType()static BodyTypeBodyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BodyType[]BodyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbox2d.dynamics with parameters of type BodyType Modifier and Type Method Description voidBody. setType(BodyType type)Set the type of this body.
-