Uses of Class
VASSAL.build.module.map.StackMetrics
Packages that use StackMetrics
Package
Description
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Map
.Provides classes that define game pieces.
-
Uses of StackMetrics in VASSAL.build.module
Fields in VASSAL.build.module declared as StackMetricsMethods in VASSAL.build.module that return StackMetricsModifier and TypeMethodDescriptionMap.getStackMetrics()
Every map must include a singleStackMetrics
object as one of its build components, which governs the visuals of stacking of GamePieces on the mapPlayerHand.getStackMetrics()
Methods in VASSAL.build.module with parameters of type StackMetricsModifier and TypeMethodDescriptionvoid
Map.setStackMetrics
(StackMetrics sm) Every map must include a singleStackMetrics
as 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 -
Uses of StackMetrics in VASSAL.counters
Fields in VASSAL.counters declared as StackMetricsMethods in VASSAL.counters that return StackMetricsModifier and TypeMethodDescriptionStack.getDefaultMetrics()
StackMetrics
encapsulate information on how to draw expanded/unexpanded views of stacks.Deck.getStackMetrics()
Stack.getStackMetrics()
StackMetrics
encapsulate information on how to draw expanded/unexpanded views of stacks.Stack.getStackMetrics
(Map m) StackMetrics
encapsulate information on how to draw expanded/unexpanded views of stacks.Methods in VASSAL.counters with parameters of type StackMetricsModifier and TypeMethodDescriptionstatic void
Stack.setDefaultMetrics
(StackMetrics s) StackMetrics
encapsulate information on how to draw expanded/unexpanded views of stacks.