|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 | |
BoundsTracker()
|
|
| Method Summary | |
void |
addPiece(GamePiece p)
|
void |
clear()
|
void |
repaint()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BoundsTracker()
| Method Detail |
public void clear()
public void addPiece(GamePiece p)
public void repaint()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||