civquest.swing.quadmap.wfpainter
Class LineEdgeWFPainter

java.lang.Object
  extended bycivquest.swing.quadmap.wfpainter.LineEdgeWFPainter
All Implemented Interfaces:
WFPainter

public class LineEdgeWFPainter
extends java.lang.Object
implements WFPainter


Constructor Summary
LineEdgeWFPainter()
           
 
Method Summary
 void paintWorkingFieldMark(java.awt.Graphics g, Painter painter, Properties properties, Field field)
          Mark the given Field as working-field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineEdgeWFPainter

public LineEdgeWFPainter()
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.

Specified by:
paintWorkingFieldMark in interface WFPainter