VASSAL.build.module.map
Interface Drawable
- All Known Implementing Classes:
- MineaturesPieceMover, GlobalMap, KeyBufferer, HidePiecesButton, CounterDetailViewer, LOS_Thread, FreeRotator
- 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)
|
draw
public void draw(java.awt.Graphics g,
Map map)