GP
Interface Drawable

All Known Implementing Classes:
Drawer

public interface Drawable


Method Summary
 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.
 

Method Detail

Draw

public 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.