Class HTMLBuilder

java.lang.Object
games.stendhal.client.gui.textformat.HTMLBuilder
All Implemented Interfaces:
AttributedTextSink<TextAttributeSet>

public class HTMLBuilder extends Object implements AttributedTextSink<TextAttributeSet>
Text sink for generating HTML snippets. The used TextAttributeSet should have HTML tag names as the values of each attribute.
  • Constructor Details

    • HTMLBuilder

      public HTMLBuilder()
  • Method Details