Uses of Class
VASSAL.build.module.map.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
Modifier 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()
Modifier 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
-
Uses of StackMetrics in VASSAL.counters
Modifier 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.Modifier and TypeMethodDescriptionstatic void
Stack.setDefaultMetrics
(StackMetrics s) StackMetrics
encapsulate information on how to draw expanded/unexpanded views of stacks.