Uses of Class
VASSAL.counters.PieceIterator
| Package | Description |
|---|---|
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of PieceIterator in VASSAL.build.module.map
Methods in VASSAL.build.module.map with parameters of type PieceIterator Modifier and Type Method Description protected voidCounterDetailViewer. drawGraphics(Graphics g, Point pt, JComponent comp, PieceIterator pi)Deprecated, for removal: This API element is subject to removal in a future version.protected voidCounterDetailViewer. drawText(Graphics g, Point pt, JComponent comp, PieceIterator pi)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PieceIterator in VASSAL.counters
Methods in VASSAL.counters that return PieceIterator Modifier and Type Method Description PieceIteratorDeck. drawCards()Return an iterator of pieces to be drawn from the Deck.PieceIteratorDragBuffer. getIterator()static <T extends GamePiece>
PieceIteratorPieceIterator. visible(Enumeration<T> e)Deprecated.static <T extends GamePiece>
PieceIteratorPieceIterator. visible(Iterator<T> i)
CounterDetailViewer.drawGraphics(Graphics, Point, JComponent, List)