All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----gjt.DoubleBufferedContainer
|
+----gjt.animation.Playfield
Each Playfield comes complete with two collision detectors: an edge collision detector and a sprite collision detector.
public Playfield()
public void spriteCollision(Sprite sprite,
Sprite other)
public void edgeCollision(Sprite sprite,
Orientation o)
public void stop()
public boolean running()
public void start()
public void run()
public Vector getSprites()
protected void animateSprites()
All Packages Class Hierarchy This Package Previous Next Index