VASSAL.build.module.map
Interface Drawable

All Known Implementing Classes:
DrawPile, GlobalMap, LOS_Thread, PieceMover

public interface Drawable

A component may implement the Drawable interface if it has graphical information the should be drawn whenever the Map is drawn.

See Also:
Map.addDrawComponent(VASSAL.build.module.map.Drawable)

Method Summary
 void draw(java.awt.Graphics g, Map map)
           
 

Method Detail

draw

public void draw(java.awt.Graphics g,
                 Map map)