Uses of Interface
games.stendhal.client.gui.textformat.AttributedTextSink
-
Uses of AttributedTextSink in games.stendhal.client.gui.chatlog
Modifier and TypeClassDescriptionclass
AttributedTextSink for writing to a styled document. -
Uses of AttributedTextSink in games.stendhal.client.gui.textformat
Modifier and TypeClassDescriptionclass
A builder for AtttributedStrings, that works quite similarly to StringBuilder.class
Text sink for generating HTML snippets.Modifier and TypeMethodDescriptionvoid
StringFormatter.format(String s, T normalAttributes, AttributedTextSink<T> dest)
Format a string.