games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit
Class ConcretCockpitOne
java.lang.Object
games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
- All Implemented Interfaces:
- Cockpit, ObjectsWorld, ObjectsWorldSetable
public class ConcretCockpitOne
- extends java.lang.Object
- implements Cockpit
- Author:
- diego
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConcretCockpitOne
protected ConcretCockpitOne()
ConcretCockpitOne
public ConcretCockpitOne(java.lang.Double height,
java.lang.Double width,
java.lang.Double weight)
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
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.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007. All Rights Reserved.