VASSAL.counters
Class PieceFinder.PieceInStack

java.lang.Object
  |
  +--VASSAL.counters.PieceFinder.Movable
        |
        +--VASSAL.counters.PieceFinder.PieceInStack
All Implemented Interfaces:
DeckVisitor, PieceFinder, PieceVisitor
Enclosing class:
PieceFinder

public static class PieceFinder.PieceInStack
extends PieceFinder.Movable


Inner classes inherited from class VASSAL.counters.PieceFinder
PieceFinder.Movable, PieceFinder.PieceInStack, PieceFinder.StackOnly
 
Fields inherited from class VASSAL.counters.PieceFinder.Movable
dispatcher, map, pt, shapes
 
Fields inherited from interface VASSAL.counters.PieceFinder
MOVABLE, PIECE_IN_STACK, STACK_ONLY
 
Constructor Summary
PieceFinder.PieceInStack()
           
 
Method Summary
 java.lang.Object visitStack(Stack s)
          Perform the operation on a Stack
 
Methods inherited from class VASSAL.counters.PieceFinder.Movable
select, visitDeck, visitDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieceFinder.PieceInStack

public PieceFinder.PieceInStack()
Method Detail

visitStack

public java.lang.Object visitStack(Stack s)
Description copied from interface: PieceVisitor
Perform the operation on a Stack
Overrides:
visitStack in class PieceFinder.Movable