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 a singleStackMetricsobject as one of its build components, which governs the visuals of stacking 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 a singleStackMetricsas one of its build components, which governs the visuals of stacking 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()StackMetricsencapsulate information on how to draw expanded/unexpanded views of stacks.StackMetricsDeck. getStackMetrics()StackMetricsStack. getStackMetrics()StackMetricsencapsulate information on how to draw expanded/unexpanded views of stacks.StackMetricsStack. getStackMetrics(Map m)StackMetricsencapsulate information on how to draw expanded/unexpanded views of stacks.Methods in VASSAL.counters with parameters of type StackMetrics Modifier and Type Method Description static voidStack. setDefaultMetrics(StackMetrics s)StackMetricsencapsulate information on how to draw expanded/unexpanded views of stacks.