GP
Class Drawer

java.lang.Object
  |
  +--GP.Drawer
All Implemented Interfaces:
Drawable

public abstract class Drawer
extends java.lang.Object
implements Drawable


Constructor Summary
Drawer()
           
 
Method Summary
abstract  void Draw()
          This is a method used internally in this package and should not be called or redefined unless you know what you're doing. This method should draw the object to the screen.
abstract  void SetShape(Graphic shape)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drawer

public Drawer()
Method Detail

Draw

public abstract void Draw()
Description copied from interface: Drawable
This is a method used internally in this package and should not be called or redefined unless you know what you're doing. This method should draw the object to the screen.
Specified by:
Draw in interface Drawable

SetShape

public abstract void SetShape(Graphic shape)