Class CopterMover

java.lang.Object
  extended by CopterMover

public class CopterMover
extends java.lang.Object


Field Summary
(package private)  int _dx
           
(package private)  int _dy
           
(package private)  int _maxX
           
(package private)  int _maxY
           
(package private)  int _x
           
(package private)  int _y
           
 
Constructor Summary
CopterMover(int maxX, int maxY)
           
 
Method Summary
 int getVelocityX()
           
 int getVelocityY()
           
 int getX()
           
 int getY()
           
 void nextFrame()
           
 void setMaxY(int maxY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_x

int _x

_y

int _y

_dx

int _dx

_dy

int _dy

_maxX

int _maxX

_maxY

int _maxY
Constructor Detail

CopterMover

public CopterMover(int maxX,
                   int maxY)
Method Detail

getVelocityX

public int getVelocityX()

getVelocityY

public int getVelocityY()

getX

public int getX()

getY

public int getY()

setMaxY

public void setMaxY(int maxY)

nextFrame

public void nextFrame()