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 Command
Map. apply(PieceVisitorDispatcher commandFactory)
Apply the providedPieceVisitorDispatcher
to 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 PieceVisitorDispatcher
PieceMover. selectionProcessor
Methods in VASSAL.build.module.map that return PieceVisitorDispatcher Modifier and Type Method Description protected PieceVisitorDispatcher
KeyBufferer. 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 PieceVisitorDispatcher
PieceMover. 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 PieceVisitorDispatcher
MovePiece. createMergeFinder(Map map, GamePiece p, Point pt)
Creates a newPieceVisitorDispatcher
that will create aCommand
object 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 class
DeckVisitorDispatcher
For handling Visitors that are aware ofDeck
types