|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AirPlane
| 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 |
|---|
void up()
void down()
void left()
void right()
void slideLeft()
void slideRight()
void incressVelocity()
void acelerateAirplane()
void dessacelerateAirplane()
java.lang.Double heightRelativeToGround()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||