VASSAL.counters
Interface Highlighter

All Known Implementing Classes:
ColoredBorder

public interface Highlighter

An interface that defines how to draw GamePieces that are selected

See Also:
BasicPiece.getHighlighter()

Method Summary
 java.awt.Rectangle boundingBox(GamePiece p)
           
 void draw(GamePiece p, java.awt.Graphics g, int x, int y, java.awt.Component obs, double zoom)
           
 

Method Detail

draw

public void draw(GamePiece p,
                 java.awt.Graphics g,
                 int x,
                 int y,
                 java.awt.Component obs,
                 double zoom)

boundingBox

public java.awt.Rectangle boundingBox(GamePiece p)