games.simulation.flayer.interfaces.objectsFamily.airPlane.wing
Interface Wing

All Superinterfaces:
ObjectsWorld, ObjectsWorldSetable
All Known Implementing Classes:
ConcretWingOne, ConcretWingTwo

public interface Wing
extends ObjectsWorldSetable

Author:
Diego

Method Summary
 java.lang.Double getEstability()
           
 void setEstability(java.lang.Double stability)
           
 
Methods inherited from interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorldSetable
setObjectHeight, setObjectWeight, setObjectWidth
 
Methods inherited from interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorld
area, getObjectHeight, getObjectWeight, getObjectWidth
 

Method Detail

getEstability

java.lang.Double getEstability()
Returns:
the Wing Estability.

setEstability

void setEstability(java.lang.Double stability)


Copyright © 2007. All Rights Reserved.