Uses of Class
VASSAL.script.expression.FormattedStringExpression
Packages that use FormattedStringExpression
-
Uses of FormattedStringExpression in VASSAL.counters
Fields in VASSAL.counters declared as FormattedStringExpressionModifier and TypeFieldDescriptionprotected FormattedStringExpression
GlobalCommandTarget.targetAttachment
protected FormattedStringExpression
GlobalCommandTarget.targetAttachmentId
protected FormattedStringExpression
GlobalCommandTarget.targetBoard
protected FormattedStringExpression
GlobalCommandTarget.targetDeck
protected FormattedStringExpression
GlobalCommandTarget.targetLocation
protected FormattedStringExpression
GlobalCommandTarget.targetMap
protected FormattedStringExpression
GlobalCommandTarget.targetProperty
protected FormattedStringExpression
GlobalCommandTarget.targetValue
protected FormattedStringExpression
GlobalCommandTarget.targetX
protected FormattedStringExpression
GlobalCommandTarget.targetY
protected FormattedStringExpression
GlobalCommandTarget.targetZone
protected FormattedStringExpression
PlaceMarker.xOffsetExpression
protected FormattedStringExpression
PlaceMarker.yOffsetExpression
Methods in VASSAL.counters that return FormattedStringExpressionModifier and TypeMethodDescriptionGlobalCommandTarget.getTargetAttachment()
GlobalCommandTarget.getTargetAttachmentId()
GlobalCommandTarget.getTargetBoard()
GlobalCommandTarget.getTargetDeck()
GlobalCommandTarget.getTargetLocation()
GlobalCommandTarget.getTargetMap()
GlobalCommandTarget.getTargetProperty()
GlobalCommandTarget.getTargetValue()
GlobalCommandTarget.getTargetZone()
Methods in VASSAL.counters with parameters of type FormattedStringExpressionModifier and TypeMethodDescriptionvoid
GlobalCommandTarget.setTargetBoard
(FormattedStringExpression targetBoard) void
GlobalCommandTarget.setTargetDeck
(FormattedStringExpression targetDeck) void
GlobalCommandTarget.setTargetLocation
(FormattedStringExpression targetLocation) void
GlobalCommandTarget.setTargetMap
(FormattedStringExpression targetMap) void
GlobalCommandTarget.setTargetProperty
(FormattedStringExpression targetProperty) void
GlobalCommandTarget.setTargetValue
(FormattedStringExpression targetValue) void
GlobalCommandTarget.setTargetX
(FormattedStringExpression targetX) void
GlobalCommandTarget.setTargetY
(FormattedStringExpression targetY) void
GlobalCommandTarget.setTargetZone
(FormattedStringExpression targetZone)