Uses of Class
VASSAL.tools.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
Modifier and TypeFieldDescriptionprotected FormattedString
Inventory.Counter.format
protected FormattedString
SpecialDiceButton.format
protected FormattedString
DoActionButton.loopCount
protected final FormattedString
DiceButton.reportFormat
protected FormattedString
DoActionButton.reportFormat
protected FormattedString
Inventory.Counter.sortingFormat
Modifier and TypeMethodDescriptionvoid
DieManager.roll
(int nDice, int nSides, int plus, boolean reportTotal, String description, FormattedString format) -
Uses of FormattedString in VASSAL.build.module.dice
Modifier 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
Modifier and TypeFieldDescriptionprotected FormattedString
MoveCameraButton.board
protected FormattedString
CounterDetailViewer.counterReportFormat
protected FormattedString
CounterDetailViewer.emptyHexReportFormat
protected FormattedString
MovementReporter.format
protected FormattedString
MoveCameraButton.gridLocation
protected FormattedString
MoveCameraButton.region
protected FormattedString
LOS_Thread.reportFormat
protected FormattedString
MassKeyCommand.reportFormat
protected FormattedString
CounterDetailViewer.showTerrainText
protected FormattedString
CounterDetailViewer.summaryReportFormat
protected FormattedString
MoveCameraButton.x
protected FormattedString
MoveCameraButton.xOffset
protected FormattedString
MoveCameraButton.y
protected FormattedString
MoveCameraButton.yOffset
protected FormattedString
MoveCameraButton.zone
protected FormattedString
MoveCameraButton.zoom
-
Uses of FormattedString in VASSAL.build.module.map.boardPicker.board.mapgrid
Modifier and TypeFieldDescriptionprotected FormattedString
RegularGridNumbering.format
protected FormattedString
Zone.format
-
Uses of FormattedString in VASSAL.build.module.map.deck
Modifier and TypeMethodDescriptionDeckSendKeyCommand.getDeckExpression()
DeckSendKeyCommand.getLimitExpression()
DeckSendKeyCommand.getMatchExpression()
AbstractDeckKeyCommand.getReportFormat()
DeckSendKeyCommand.getStopExpresson()
-
Uses of FormattedString in VASSAL.build.module.properties
Modifier and TypeFieldDescriptionprotected FormattedString
ChangePropertyButton.format
protected FormattedString
GlobalProperty.format
protected FormattedString
GlobalTranslatableMessage.format
protected FormattedString
IncrementProperty.format
protected FormattedString
ChangePropertyButton.report
protected FormattedString
ScenarioPropertiesOptionTab.reportFormat
Modifier and TypeMethodDescriptionPropertySetter.getFormat()
ScenarioPropertiesOptionTab.getReportFormat()
-
Uses of FormattedString in VASSAL.build.module.turn
Modifier and TypeFieldDescriptionprotected FormattedString
TurnGlobalHotkey.format
protected FormattedString
TurnTracker.reportFormat
protected FormattedString
TurnLevel.turnFormat
protected FormattedString
TurnTracker.turnFormat
-
Uses of FormattedString in VASSAL.configure
ModifierConstructorDescriptionFormattedExpressionConfigurer
(String key, String name, FormattedString s) -
Uses of FormattedString in VASSAL.counters
Modifier and TypeFieldDescriptionprotected FormattedString
SendToLocation.boardName
protected FormattedString
ReturnToDeck.deckExpression
protected FormattedString
FreeRotator.directExpression
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
MultiLocationCommand.menuText
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
Modifier and TypeMethodDescriptionstatic SendToLocation.Destination
SendToLocation.getSendLocation
(PropertySource source, Auditable auditSource, String destination, FormattedString mapId, FormattedString boardName, FormattedString zone, FormattedString region, FormattedString gridLocation, FormattedString x, FormattedString y, PropertyExpression propertyFilter, Map sourceMap, Point startPosition) Compute a destination from the parametersprotected Command
Deck.reportCommand
(FormattedString reportFormat, String commandName) Format command report as per module designers setup.Deck.sort
(List<SortParameter> sortParameters, FormattedString reportFormat, String menuCommand) Sort the Deck. -
Uses of FormattedString in VASSAL.script.expression
Modifier and TypeMethodDescriptionstatic AuditTrail
AuditTrail.create
(Auditable source, FormattedString originalExpression) static AuditTrail
AuditTrail.create
(Auditable source, FormattedString originalExpression, String comment) -
Uses of FormattedString in VASSAL.tools
Modifier and TypeClassDescriptionclass
Deprecated.use FormattedString constructor with defaultPropertiesModifier and TypeMethodDescriptionstatic String
FormattedString.debugInfo
(FormattedString fs, String value, String description) Format a standard debug message for use in Decorator bad data reports.