com.jpemartin.jgt
Interface Drawable

All Known Implementing Classes:
DrawAnim, DrawText, DrawTextGlyph

public interface Drawable

The interface for things we can draw.

See Also:
DrawAnim

Method Summary
 void draw(java.awt.Graphics g, int x, int y)
          draw "this" on "g" at position (x,y)
 

Method Detail

draw

void draw(java.awt.Graphics g,
          int x,
          int y)
draw "this" on "g" at position (x,y)