Class Paintable

java.lang.Object
  extended by Paintable

public abstract class Paintable
extends Object


Constructor Summary
Paintable()
           
 
Method Summary
abstract  void paint(Graphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Paintable

public Paintable()
Method Detail

paint

public abstract void paint(Graphics g)