Uses of Class
VASSAL.counters.PieceVisitorDispatcher
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.command |
Provides classes that implement the "Command" design pattern.
|
| VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of PieceVisitorDispatcher in VASSAL.build.module
Methods in VASSAL.build.module with parameters of type PieceVisitorDispatcher Modifier and Type Method Description CommandMap. apply(PieceVisitorDispatcher commandFactory)Apply the providedPieceVisitorDispatcherto all pieces on this map. -
Uses of PieceVisitorDispatcher in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as PieceVisitorDispatcher Modifier and Type Field Description protected PieceVisitorDispatcherPieceMover. selectionProcessorMethods in VASSAL.build.module.map that return PieceVisitorDispatcher Modifier and Type Method Description protected PieceVisitorDispatcherKeyBufferer. createDragSelector(boolean selecting, boolean altDown, Rectangle mapsel)This PieceVisitorDispatcher determines what to do with pieces on the map when the player finished dragging a rectangle to select piecesprotected PieceVisitorDispatcherPieceMover. createSelectionProcessor()When the user clicks on the map, a piece from the map is selected by the dragTargetSelector. -
Uses of PieceVisitorDispatcher in VASSAL.command
Methods in VASSAL.command that return PieceVisitorDispatcher Modifier and Type Method Description protected PieceVisitorDispatcherMovePiece. createMergeFinder(Map map, GamePiece p, Point pt)Creates a newPieceVisitorDispatcherthat will create aCommandobject to merge the target piece with any applicable pieces at the target location -
Uses of PieceVisitorDispatcher in VASSAL.counters
Subclasses of PieceVisitorDispatcher in VASSAL.counters Modifier and Type Class Description classDeckVisitorDispatcherFor handling Visitors that are aware ofDecktypes