Interface Paintable

All Known Subinterfaces:
Animatable

public interface Paintable

Represents anything that knows how to draw itself


Method Summary
 void paint(java.awt.Graphics g)
          Implementors must describe how to paint themselves.
 

Method Detail

paint

public void paint(java.awt.Graphics g)
Implementors must describe how to paint themselves.