VASSAL.tools
Class PlayerIdFormattedString

java.lang.Object
  |
  +--VASSAL.tools.FormattedString
        |
        +--VASSAL.tools.PlayerIdFormattedString

public class PlayerIdFormattedString
extends FormattedString

Utility subclass of FormattedString which automatically includes variables for Player name, side, and id


Constructor Summary
PlayerIdFormattedString()
           
PlayerIdFormattedString(java.lang.String s)
           
 
Method Summary
 java.lang.String getText()
           
 
Methods inherited from class VASSAL.tools.FormattedString
clearProperties, getFormat, setFormat, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerIdFormattedString

public PlayerIdFormattedString()

PlayerIdFormattedString

public PlayerIdFormattedString(java.lang.String s)
Method Detail

getText

public java.lang.String getText()
Overrides:
getText in class FormattedString