Interface Drawable

All Known Implementing Classes:
CounterDetailViewer, Flare, FreeRotator, GlobalMap, GlobalMap.CounterViewer, HidePiecesButton, HighlightLastMoved, KeyBufferer, LOS_Thread, MapShader

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

    Modifier and Type
    Method
    Description
    void
    draw​(Graphics g, Map map)
     
    boolean
     
  • Method Details

    • draw

      void draw(Graphics g, Map map)
    • drawAboveCounters

      boolean drawAboveCounters()