games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit
Class ConcretCockpitOne

java.lang.Object
  extended by 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

Constructor Summary
protected ConcretCockpitOne()
           
  ConcretCockpitOne(java.lang.Double height, java.lang.Double width, java.lang.Double weight)
           
 
Method Summary
 java.lang.Double area()
           
 java.lang.Double getObjectHeight()
           
 java.lang.Double getObjectWeight()
           
 java.lang.Double getObjectWidth()
           
 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.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcretCockpitOne

protected ConcretCockpitOne()

ConcretCockpitOne

public ConcretCockpitOne(java.lang.Double height,
                         java.lang.Double width,
                         java.lang.Double weight)
Method Detail

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.