Uses of Interface
VASSAL.counters.PieceVisitor
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.counters |
Provides classes that define game pieces.
|
-
Uses of PieceVisitor in VASSAL.build.module
Classes in VASSAL.build.module that implement PieceVisitor Modifier and Type Class Description static class
Map.Merger
-
Uses of PieceVisitor in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement PieceVisitor Modifier and Type Class Description protected static class
CounterDetailViewer.Visitor
class
KeyBufferer.KBDeckVisitor
static class
LayeredPieceCollection.Collection
The PieceCollection class used by the map to which a LayeredPieceCollection has been addedclass
PieceRecenterer
Adds a button to a Maps toolbar that adjusts the positions of all pieces so that their centroid is at the center of the map -
Uses of PieceVisitor in VASSAL.counters
Subinterfaces of PieceVisitor in VASSAL.counters Modifier and Type Interface Description interface
DeckVisitor
For Visitors that are aware ofDeck
typesClasses in VASSAL.counters that implement PieceVisitor Modifier and Type Class Description protected class
GlobalCommand.Visitor
static class
PieceFinder.DeckOrPieceInStack
static class
PieceFinder.Movable
static class
PieceFinder.PieceInStack
static class
PieceFinder.StackOnly
Constructors in VASSAL.counters with parameters of type PieceVisitor Constructor Description PieceVisitorDispatcher(PieceVisitor visitor)