Interface Copter2DSpaceScene

All Known Implementing Classes:
CopterCanvas

public interface Copter2DSpaceScene


Method Summary
 int getCopterVx()
           
 int getCopterVy()
           
 int getCopterX()
           
 int getCopterY()
           
 int getSpecX()
           
 int getSpecY()
           
 

Method Detail

getSpecX

int getSpecX()

getSpecY

int getSpecY()

getCopterX

int getCopterX()

getCopterY

int getCopterY()

getCopterVx

int getCopterVx()

getCopterVy

int getCopterVy()