civquest.swing.quadmap.wfpainter
Interface WFPainter

All Known Implementing Classes:
LineEdgeWFPainter

public interface WFPainter


Method Summary
 void paintWorkingFieldMark(java.awt.Graphics g, Painter painter, Properties properties, Field field)
          Mark the given Field as working-field.
 

Method Detail

paintWorkingFieldMark

public void paintWorkingFieldMark(java.awt.Graphics g,
                                  Painter painter,
                                  Properties properties,
                                  Field field)
Mark the given Field as working-field. This method assumes that the field itself has already been painted. It then paints some kind of a mark (what exactly depends on the implementor) on it.