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