game.core
Class Star

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

public class Star
extends Sprite


Field Summary
 
Fields inherited from class game.core.Sprite
age, dx, dy, r, x, y
 
Constructor Summary
Star(double x, double y)
           
Star(java.awt.Rectangle field)
           
 
Method Summary
 
Methods inherited from class game.core.Sprite
clone, 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

Star

public Star(double x,
            double y)

Star

public Star(java.awt.Rectangle field)