Package VASSAL.build.module.map
Class KeyBufferer.KBDeckVisitor
java.lang.Object
VASSAL.build.module.map.KeyBufferer.KBDeckVisitor
- All Implemented Interfaces:
DeckVisitor,PieceVisitor
- Enclosing class:
- KeyBufferer
public class KeyBufferer.KBDeckVisitor extends Object implements DeckVisitor
-
Constructor Summary
Constructors Constructor Description KBDeckVisitor(boolean b, boolean c, Rectangle ms) -
Method Summary
Modifier and Type Method Description ObjectvisitDeck(Deck d)Perform the operation on a DeckObjectvisitDefault(GamePiece p)GamePieces that are not handled by one of the type-specific methods (e.g.ObjectvisitStack(Stack s)Perform the operation on a Stack
-
Constructor Details
-
KBDeckVisitor
-
-
Method Details
-
visitDeck
Description copied from interface:DeckVisitorPerform the operation on a Deck- Specified by:
visitDeckin interfaceDeckVisitor
-
visitStack
Description copied from interface:PieceVisitorPerform the operation on a Stack- Specified by:
visitStackin interfacePieceVisitor
-
visitDefault
Description copied from interface:PieceVisitorGamePieces that are not handled by one of the type-specific methods (e.g.PieceVisitor.visitStack(VASSAL.counters.Stack)) are handled here- Specified by:
visitDefaultin interfacePieceVisitor
-