games.simulation.flayer.interfaces.objectsFamily.objectsWorld
Interface ObjectsWorldSetable

All Superinterfaces:
ObjectsWorld
All Known Subinterfaces:
Body, Cockpit, Engine, FuelTank, Level, Wing
All Known Implementing Classes:
ConcretBodyOne, ConcretCockpitOne, ConcretEngineOne, ConcretFuelTankOne, ConcretLevelOne, ConcretWingOne, ConcretWingTwo

public interface ObjectsWorldSetable
extends ObjectsWorld


Method Summary
 void setObjectHeight(java.lang.Double height)
          Set the Object height.
 void setObjectWeight(java.lang.Double weight)
          Set the Object weight.
 void setObjectWidth(java.lang.Double width)
          Set the Object width.
 
Methods inherited from interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorld
area, getObjectHeight, getObjectWeight, getObjectWidth
 

Method Detail

setObjectHeight

void setObjectHeight(java.lang.Double height)
Set the Object height.

Parameters:
height -

setObjectWidth

void setObjectWidth(java.lang.Double width)
Set the Object width.

Parameters:
width -

setObjectWeight

void setObjectWeight(java.lang.Double weight)
Set the Object weight.

Parameters:
weight -


Copyright © 2007. All Rights Reserved.