Uses of Class
VASSAL.tools.FormattedString
Packages that use FormattedString
Package
Description
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Map
.Contains classes that may be added to a
MapGrid
.Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.Provides classes that define game pieces.
Contains various utility classes.
-
Uses of FormattedString in VASSAL.build.module
Fields in VASSAL.build.module declared as FormattedStringModifier and TypeFieldDescriptionprotected FormattedString
Inventory.Counter.format
protected FormattedString
SpecialDiceButton.format
protected FormattedString
DoActionButton.loopCount
protected FormattedString
DiceButton.reportFormat
protected FormattedString
DoActionButton.reportFormat
protected FormattedString
Inventory.Counter.sortingFormat
Methods in VASSAL.build.module with parameters of type FormattedStringModifier and TypeMethodDescriptionvoid
DieManager.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 FormattedStringModifier and TypeMethodDescriptionvoid
DieServer.doInternetRoll(RollSet mroll, FormattedString format)
protected String
DieServer.formatResult(String description, String result, FormattedString format)
Use the configured FormattedString to format the result of a rollvoid
DieServer.reportResult(RollSet mroll, FormattedString format)
void
BonesDiceServer.roll(RollSet mr, FormattedString format)
abstract void
DieServer.roll(RollSet mr, FormattedString format)
void
ShadowDiceDieServer.roll(RollSet mr, FormattedString format)
-
Uses of FormattedString in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as FormattedStringModifier and TypeFieldDescriptionprotected FormattedString
CounterDetailViewer.counterReportFormat
protected FormattedString
CounterDetailViewer.emptyHexReportFormat
protected FormattedString
MovementReporter.format
protected FormattedString
LOS_Thread.reportFormat
protected FormattedString
MassKeyCommand.reportFormat
protected FormattedString
CounterDetailViewer.summaryReportFormat
-
Uses of FormattedString in VASSAL.build.module.map.boardPicker.board.mapgrid
Fields in VASSAL.build.module.map.boardPicker.board.mapgrid declared as FormattedStringModifier and TypeFieldDescriptionprotected FormattedString
RegularGridNumbering.format
protected FormattedString
Zone.format
-
Uses of FormattedString in VASSAL.build.module.properties
Fields in VASSAL.build.module.properties declared as FormattedStringModifier and TypeFieldDescriptionprotected FormattedString
ChangePropertyButton.format
protected FormattedString
GlobalProperty.format
protected FormattedString
GlobalTranslatableMessage.format
protected FormattedString
IncrementProperty.format
protected FormattedString
ChangePropertyButton.report
-
Uses of FormattedString in VASSAL.build.module.turn
Fields in VASSAL.build.module.turn declared as FormattedStringModifier and TypeFieldDescriptionprotected FormattedString
TurnGlobalHotkey.format
protected FormattedString
TurnTracker.reportFormat
protected FormattedString
TurnLevel.turnFormat
protected FormattedString
TurnTracker.turnFormat
-
Uses of FormattedString in VASSAL.configure
Constructors in VASSAL.configure with parameters of type FormattedStringModifierConstructorDescriptionFormattedExpressionConfigurer(String key, String name, FormattedString s)
-
Uses of FormattedString in VASSAL.counters
Fields in VASSAL.counters declared as FormattedStringModifier and TypeFieldDescriptionprotected FormattedString
SendToLocation.boardName
protected FormattedString
DynamicProperty.format
protected FormattedString
PlaySound.format
protected FormattedString
ReportState.format
protected FormattedString
SendToLocation.gridLocation
protected FormattedString
TriggerAction.indexStart
protected FormattedString
TriggerAction.indexStep
protected FormattedString
TriggerAction.loopCount
protected FormattedString
SendToLocation.mapId
protected FormattedString
SendToLocation.region
protected FormattedString
GlobalCommand.reportFormat
protected FormattedString
Embellishment.resetLevel
protected FormattedString
Embellishment0.resetLevel
protected FormattedString
protected FormattedString
SendToLocation.x
protected FormattedString
Translate.xDist
protected FormattedString
SendToLocation.xIndex
protected FormattedString
Translate.xIndex
protected FormattedString
SendToLocation.xOffset
protected FormattedString
Translate.xOffset
protected FormattedString
SendToLocation.y
protected FormattedString
Translate.yDist
protected FormattedString
SendToLocation.yIndex
protected FormattedString
Translate.yIndex
protected FormattedString
SendToLocation.yOffset
protected FormattedString
Translate.yOffset
protected FormattedString
SendToLocation.zone
-
Uses of FormattedString in VASSAL.tools
Subclasses of FormattedString in VASSAL.toolsModifier and TypeClassDescriptionclass
Deprecated.use FormattedString constructor with defaultPropertiesMethods in VASSAL.tools with parameters of type FormattedStringModifier and TypeMethodDescriptionstatic String
FormattedString.debugInfo(FormattedString fs, String value, String description)
Format a standard debug message for use in Decorator bad data reports.