Package games.stendhal.client.gui.textformat


package games.stendhal.client.gui.textformat
  • Interface Summary
    Interface
    Description
    AttributedTextSink<T extends games.stendhal.client.gui.textformat.FormatSet<?,​?>>
    Interface for destinations that can consume styled text.
  • Class Summary
    Class
    Description
    A builder for AtttributedStrings, that works quite similarly to StringBuilder.
    Text sink for generating HTML snippets.
    Pre-processes custom HTML tags, such as &lt;tally/&gt;.
    StringFormatter<K,​T extends games.stendhal.client.gui.textformat.FormatSet<K,​T>>
    A class for creating attributed strings from strings using the stendhal style markup.
    FormatSet wrapper for Styles.
    Tally marks representation of an integer number.
    FormatSet implementation for TextAttribute maps.