Uses of Class
VASSAL.counters.PieceIterator
Packages that use PieceIterator
Package
Description
Contains classes that may be added to a
Map
.Provides classes that define game pieces.
-
Uses of PieceIterator in VASSAL.build.module.map
Methods in VASSAL.build.module.map with parameters of type PieceIteratorModifier and TypeMethodDescriptionprotected void
CounterDetailViewer.drawGraphics(Graphics g, Point pt, JComponent comp, PieceIterator pi)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
CounterDetailViewer.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 PieceIteratorModifier and TypeMethodDescriptionDeck.drawCards()
Return an iterator of pieces to be drawn from the Deck.DragBuffer.getIterator()
static <T extends GamePiece>
PieceIteratorPieceIterator.visible(Enumeration<T> e)
Deprecated.static <T extends GamePiece>
PieceIterator
CounterDetailViewer.drawGraphics(Graphics, Point, JComponent, List)