game.core
Class BigShield

java.lang.Object
  extended by game.core.Sprite
      extended by game.core.BigShield
All Implemented Interfaces:
java.lang.Cloneable

public class BigShield
extends Sprite


Field Summary
 
Fields inherited from class game.core.Sprite
age, dx, dy, r, x, y
 
Constructor Summary
BigShield(double x, double y, double dx, double dy)
           
 
Method Summary
 java.lang.Object clone()
           
 void drawSelf(java.awt.Graphics g, double cx, double cy, int w, int h)
           
 boolean isTooOld()
           
 
Methods inherited from class game.core.Sprite
getDX, getDY, getSize, getX, getY, touches, updatePositionWrap
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigShield

public BigShield(double x,
                 double y,
                 double dx,
                 double dy)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Sprite

isTooOld

public boolean isTooOld()

drawSelf

public void drawSelf(java.awt.Graphics g,
                     double cx,
                     double cy,
                     int w,
                     int h)