Uses of Class
VASSAL.build.module.map.StackMetrics
Package | Description |
---|---|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of StackMetrics in VASSAL.build.module
Fields in VASSAL.build.module declared as StackMetrics Modifier and Type Field Description protected StackMetrics
Map. metrics
Methods in VASSAL.build.module that return StackMetrics Modifier and Type Method Description StackMetrics
Map. getStackMetrics()
Every map must include aStackMetrics
as one of its build components, which governs the stacking behavior of GamePieces on the mapStackMetrics
PlayerHand. getStackMetrics()
Methods in VASSAL.build.module with parameters of type StackMetrics Modifier and Type Method Description void
Map. setStackMetrics(StackMetrics sm)
Every map must include aStackMetrics
as one of its build components, which governs the stacking behavior of GamePieces on the map -
Uses of StackMetrics in VASSAL.build.module.map
Subclasses of StackMetrics in VASSAL.build.module.map Modifier and Type Class Description class
HandMetrics
Handles the drawing of cards in aPlayerHand
. -
Uses of StackMetrics in VASSAL.counters
Fields in VASSAL.counters declared as StackMetrics Modifier and Type Field Description protected static StackMetrics
Deck. deckStackMetrics
Methods in VASSAL.counters that return StackMetrics Modifier and Type Method Description StackMetrics
Stack. getDefaultMetrics()
StackMetrics
Deck. getStackMetrics()
StackMetrics
Stack. getStackMetrics()
StackMetrics
Stack. getStackMetrics(Map m)
Methods in VASSAL.counters with parameters of type StackMetrics Modifier and Type Method Description static void
Stack. setDefaultMetrics(StackMetrics s)