games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing
Class ConcretWingTwo
java.lang.Object
games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
- All Implemented Interfaces:
- Wing, ObjectsWorld, ObjectsWorldSetable
public class ConcretWingTwo
- extends java.lang.Object
- implements Wing
- Author:
- diego
THIS WING HAS +5 IN STABILITY ATIBUTE
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConcretWingTwo
protected ConcretWingTwo()
ConcretWingTwo
public ConcretWingTwo(java.lang.Double stability)
ConcretWingTwo
public ConcretWingTwo(java.lang.Double stability,
java.lang.Double height,
java.lang.Double width,
java.lang.Double weight)
getEstability
public java.lang.Double getEstability()
- Specified by:
getEstability in interface Wing
- Returns:
- the Wing Estability.
area
public java.lang.Double area()
- Specified by:
area in interface ObjectsWorld
- Returns:
- the Object area.
getObjectHeight
public java.lang.Double getObjectHeight()
- Specified by:
getObjectHeight in interface ObjectsWorld
- Returns:
- the Obejct height.
getObjectWeight
public java.lang.Double getObjectWeight()
- Specified by:
getObjectWeight in interface ObjectsWorld
- Returns:
- the Object weight.
getObjectWidth
public java.lang.Double getObjectWidth()
- Specified by:
getObjectWidth in interface ObjectsWorld
- Returns:
- the Object width.
setEstability
public void setEstability(java.lang.Double stability)
- Specified by:
setEstability in interface Wing
setObjectHeight
public void setObjectHeight(java.lang.Double height)
- Description copied from interface:
ObjectsWorldSetable
- Set the Object height.
- Specified by:
setObjectHeight in interface ObjectsWorldSetable
setObjectWeight
public void setObjectWeight(java.lang.Double weight)
- Description copied from interface:
ObjectsWorldSetable
- Set the Object weight.
- Specified by:
setObjectWeight in interface ObjectsWorldSetable
setObjectWidth
public void setObjectWidth(java.lang.Double width)
- Description copied from interface:
ObjectsWorldSetable
- Set the Object width.
- Specified by:
setObjectWidth in interface ObjectsWorldSetable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007. All Rights Reserved.