Class SimplePieceCollection

java.lang.Object
VASSAL.build.module.map.SimplePieceCollection
All Implemented Interfaces:
PieceCollection

public class SimplePieceCollection extends Object implements PieceCollection
A SimplePieceCollection is used within a CompoundPieceCollection to maintain an array of the pieces/stacks/decks (GamePiece) within a single visual layer. Even within a single "layer", the individual pieces can be rearranged, which will change their relative draw order within that layer.