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 StackMetricsMap. metricsMethods in VASSAL.build.module that return StackMetrics Modifier and Type Method Description StackMetricsMap. getStackMetrics()Every map must include aStackMetricsas one of its build components, which governs the stacking behavior of GamePieces on the mapStackMetricsPlayerHand. getStackMetrics()Methods in VASSAL.build.module with parameters of type StackMetrics Modifier and Type Method Description voidMap. setStackMetrics(StackMetrics sm)Every map must include aStackMetricsas 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 classHandMetricsHandles 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 StackMetricsDeck. deckStackMetricsMethods in VASSAL.counters that return StackMetrics Modifier and Type Method Description StackMetricsStack. getDefaultMetrics()StackMetricsDeck. getStackMetrics()StackMetricsStack. getStackMetrics()StackMetricsStack. getStackMetrics(Map m)Methods in VASSAL.counters with parameters of type StackMetrics Modifier and Type Method Description static voidStack. setDefaultMetrics(StackMetrics s)