Package VASSAL.counters
Class BoundsTracker
java.lang.Object
VASSAL.counters.BoundsTracker
Records the bounding boxes of GamePieces. Use addPiece() to
record the bounding box of a GamePiece at a certain time. Use
repaint() to repaint the appropriate areas of the maps to which the
added pieces belonged.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BoundsTracker
public BoundsTracker()
-
-
Method Details
-
clear
public void clear() -
addPiece
-
repaint
public void repaint()
-