games.simulation.flayer.interfaces.objectsFamily.airPlane
Interface AirPlane

All Superinterfaces:
AirPlaneSubject, ObjectsWorld, ObjectsWorldPosition, ObjectsWorldPositionNonSetable, java.lang.Runnable
All Known Implementing Classes:
ConcretAirPlaneOne, ConcretAirPlaneOneEnimy

public interface AirPlane
extends ObjectsWorldPositionNonSetable, AirPlaneSubject

Author:
Diego

Method Summary
 void acelerateAirplane()
           
 void dessacelerateAirplane()
           
 void down()
           
 java.lang.Double heightRelativeToGround()
           
 void incressVelocity()
           
 void left()
           
 void right()
           
 void slideLeft()
           
 void slideRight()
           
 void up()
           
 
Methods inherited from interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position.ObjectsWorldPosition
coordinates, getXCoordinate, getYCoordinate, getZCoordinate, setXCoordinate, setYCoordinate, setZCoordinate
 
Methods inherited from interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorld
area, getObjectHeight, getObjectWeight, getObjectWidth
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface games.simulation.flayer.interfaces.subjectFamily.AirPlaneSubject
addAirPlaneListener, fireAirPlaneListenerDrawEvents, removeAirPlaneListener
 

Method Detail

up

void up()

down

void down()

left

void left()

right

void right()

slideLeft

void slideLeft()

slideRight

void slideRight()

incressVelocity

void incressVelocity()

acelerateAirplane

void acelerateAirplane()

dessacelerateAirplane

void dessacelerateAirplane()

heightRelativeToGround

java.lang.Double heightRelativeToGround()


Copyright © 2007. All Rights Reserved.