Class republikensoft.Moving
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class republikensoft.Moving
java.lang.Object
   |
   +----republikensoft.Moving
  -  public class Moving
  -  extends Object
This is an abstract class for moving objects.
    -  See Also:
    
-  Player, Bullet
   
  -   coord coord
-  
  
-   dead dead
-  
   
  -   Moving() Moving()
-  
   
  -   draw(Graphics) draw(Graphics)
-  
  
-   update() update()
-  
   
 coord
coord
  protected Point coord
 dead
dead
  protected boolean dead
   
 Moving
Moving
  public Moving()
   
 draw
draw
  public abstract void draw(Graphics g)
 update
update
  public abstract void update()
All Packages  Class Hierarchy  This Package  Previous  Next  Index