Uses of Class
org.jbox2d.dynamics.FixtureDef

Packages that use FixtureDef
org.jbox2d.builders   
org.jbox2d.dynamics   
 

Uses of FixtureDef in org.jbox2d.builders
 

Fields in org.jbox2d.builders declared as FixtureDef
protected  FixtureDef BodyBuilder.fixtureDef
           
 

Uses of FixtureDef in org.jbox2d.dynamics
 

Methods in org.jbox2d.dynamics with parameters of type FixtureDef
 void Fixture.create(Body body, FixtureDef def)
           
 Fixture Body.createFixture(FixtureDef def)
          Creates a fixture and attach it to this body.
 



Copyright © 2012. All Rights Reserved.