Uses of Class
org.jbox2d.dynamics.BodyType

Packages that use BodyType
org.jbox2d.dynamics   
 

Uses of BodyType in org.jbox2d.dynamics
 

Fields in org.jbox2d.dynamics declared as BodyType
 BodyType Body.m_type
           
 BodyType BodyDef.type
          The body type: static, kinematic, or dynamic.
 

Methods in org.jbox2d.dynamics that return BodyType
 BodyType Body.getType()
           
static BodyType BodyType.valueOf(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
 void Body.setType(BodyType type)
          Set the type of this body.
 



Copyright © 2013. All Rights Reserved.