Uses of Interface
games.simulation.flayer.interfaces.objectsFamily.airPlane.body.Body

Packages that use Body
games.simulation.flayer.concretClasses.factoryFamily.airPlane   
games.simulation.flayer.concretClasses.objectsFamily.airPlane   
games.simulation.flayer.concretClasses.objectsFamily.airPlane.body   
games.simulation.flayer.interfaces.factoryFamily.airPlane   
 

Uses of Body in games.simulation.flayer.concretClasses.factoryFamily.airPlane
 

Methods in games.simulation.flayer.concretClasses.factoryFamily.airPlane that return Body
 Body FactoryAirplaneOne.makeBodyAirPlane(Cockpit cockpit, Engine engine, FuelTank fuelTank, java.util.Vector wings, java.lang.Double height, java.lang.Double width, java.lang.Double weight)
           
 

Methods in games.simulation.flayer.concretClasses.factoryFamily.airPlane with parameters of type Body
 AirPlane FactoryAirplaneOne.build(Body body)
           
 

Uses of Body in games.simulation.flayer.concretClasses.objectsFamily.airPlane
 

Constructors in games.simulation.flayer.concretClasses.objectsFamily.airPlane with parameters of type Body
ConcretAirPlaneOne(Body body)
           
 

Uses of Body in games.simulation.flayer.concretClasses.objectsFamily.airPlane.body
 

Classes in games.simulation.flayer.concretClasses.objectsFamily.airPlane.body that implement Body
 class ConcretBodyOne
           
 

Uses of Body in games.simulation.flayer.interfaces.factoryFamily.airPlane
 

Methods in games.simulation.flayer.interfaces.factoryFamily.airPlane that return Body
 Body AbstractFactoryAirPlane.makeBodyAirPlane(Cockpit cockpit, Engine engine, FuelTank fuelTank, java.util.Vector wings, java.lang.Double height, java.lang.Double width, java.lang.Double weight)
           
 

Methods in games.simulation.flayer.interfaces.factoryFamily.airPlane with parameters of type Body
 AirPlane AbstractFactoryAirPlane.build(Body body)
           
 



Copyright © 2007. All Rights Reserved.