Uses of Class
VASSAL.tools.FormattedString
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.dice | |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.build.module.map.boardPicker.board.mapgrid |
Contains classes that may be added to a
MapGrid. |
| VASSAL.build.module.properties | |
| VASSAL.build.module.turn | |
| VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule's and ModuleExtension's. |
| VASSAL.counters |
Provides classes that define game pieces.
|
| VASSAL.tools |
Contains various utility classes.
|
-
Uses of FormattedString in VASSAL.build.module
Fields in VASSAL.build.module declared as FormattedString Modifier and Type Field Description protected FormattedStringInventory.Counter. formatprotected FormattedStringSpecialDiceButton. formatprotected FormattedStringDoActionButton. loopCountprotected FormattedStringDiceButton. reportFormatprotected FormattedStringDoActionButton. reportFormatprotected FormattedStringInventory.Counter. sortingFormatMethods in VASSAL.build.module with parameters of type FormattedString Modifier and Type Method Description voidDieManager. roll(int nDice, int nSides, int plus, boolean reportTotal, String description, FormattedString format) -
Uses of FormattedString in VASSAL.build.module.dice
Methods in VASSAL.build.module.dice with parameters of type FormattedString Modifier and Type Method Description voidDieServer. doInternetRoll(RollSet mroll, FormattedString format)protected StringDieServer. formatResult(String description, String result, FormattedString format)Use the configured FormattedString to format the result of a rollvoidDieServer. reportResult(RollSet mroll, FormattedString format)voidBonesDiceServer. roll(RollSet mr, FormattedString format)abstract voidDieServer. roll(RollSet mr, FormattedString format)voidShadowDiceDieServer. roll(RollSet mr, FormattedString format) -
Uses of FormattedString in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as FormattedString Modifier and Type Field Description protected FormattedStringCounterDetailViewer. counterReportFormatprotected FormattedStringCounterDetailViewer. emptyHexReportFormatprotected FormattedStringMovementReporter. formatprotected FormattedStringLOS_Thread. reportFormatprotected FormattedStringMassKeyCommand. reportFormatprotected FormattedStringCounterDetailViewer. summaryReportFormat -
Uses of FormattedString in VASSAL.build.module.map.boardPicker.board.mapgrid
Fields in VASSAL.build.module.map.boardPicker.board.mapgrid declared as FormattedString Modifier and Type Field Description protected FormattedStringRegularGridNumbering. formatprotected FormattedStringZone. format -
Uses of FormattedString in VASSAL.build.module.properties
Fields in VASSAL.build.module.properties declared as FormattedString Modifier and Type Field Description protected FormattedStringChangePropertyButton. formatprotected FormattedStringGlobalProperty. formatprotected FormattedStringIncrementProperty. formatprotected FormattedStringChangePropertyButton. report -
Uses of FormattedString in VASSAL.build.module.turn
Fields in VASSAL.build.module.turn declared as FormattedString Modifier and Type Field Description protected FormattedStringTurnGlobalHotkey. formatprotected FormattedStringTurnTracker. reportFormatprotected FormattedStringTurnLevel. turnFormatprotected FormattedStringTurnTracker. turnFormat -
Uses of FormattedString in VASSAL.configure
Constructors in VASSAL.configure with parameters of type FormattedString Constructor Description FormattedExpressionConfigurer(String key, String name, FormattedString s) -
Uses of FormattedString in VASSAL.counters
Fields in VASSAL.counters declared as FormattedString Modifier and Type Field Description protected FormattedStringSendToLocation. boardNameprotected FormattedStringDynamicProperty. formatprotected FormattedStringPlaySound. formatprotected FormattedStringReportState. formatprotected FormattedStringSendToLocation. gridLocationprotected FormattedStringTriggerAction. indexStartprotected FormattedStringTriggerAction. indexStepprotected FormattedStringTriggerAction. loopCountprotected FormattedStringSendToLocation. mapIdprotected FormattedStringSendToLocation. regionprotected FormattedStringGlobalCommand. reportFormatprotected FormattedStringEmbellishment. resetLevelprotected FormattedStringEmbellishment0. resetLevelprotected FormattedStringDeck. selectDisplayPropertyprotected FormattedStringSendToLocation. xprotected FormattedStringTranslate. xDistprotected FormattedStringSendToLocation. xIndexprotected FormattedStringTranslate. xIndexprotected FormattedStringSendToLocation. xOffsetprotected FormattedStringTranslate. xOffsetprotected FormattedStringSendToLocation. yprotected FormattedStringTranslate. yDistprotected FormattedStringSendToLocation. yIndexprotected FormattedStringTranslate. yIndexprotected FormattedStringSendToLocation. yOffsetprotected FormattedStringTranslate. yOffsetprotected FormattedStringSendToLocation. zone -
Uses of FormattedString in VASSAL.tools
Subclasses of FormattedString in VASSAL.tools Modifier and Type Class Description classPlayerIdFormattedStringDeprecated.use FormattedString constructor with defaultPropertiesMethods in VASSAL.tools with parameters of type FormattedString Modifier and Type Method Description static StringFormattedString. debugInfo(FormattedString format, String value, String description)Format a standard debug message for use in Decorator bad data reports.