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 singleStackMetricsobject 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 TypeMethodDescriptionvoidMap.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 -
Uses of StackMetrics in VASSAL.counters
Fields in VASSAL.counters declared as StackMetricsMethods in VASSAL.counters that return StackMetricsModifier and TypeMethodDescriptionStack.getDefaultMetrics()StackMetricsencapsulate information on how to draw expanded/unexpanded views of stacks.Deck.getStackMetrics()Stack.getStackMetrics()StackMetricsencapsulate information on how to draw expanded/unexpanded views of stacks.Stack.getStackMetrics(Map m) StackMetricsencapsulate information on how to draw expanded/unexpanded views of stacks.Methods in VASSAL.counters with parameters of type StackMetricsModifier and TypeMethodDescriptionstatic voidStack.setDefaultMetrics(StackMetrics s) StackMetricsencapsulate information on how to draw expanded/unexpanded views of stacks.