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 TypeClassDescriptionclassAttributedTextSink 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 TypeClassDescriptionclassA builder for AtttributedStrings, that works quite similarly to StringBuilder.classText sink for generating HTML snippets.Methods in games.stendhal.client.gui.textformat with parameters of type AttributedTextSinkModifier and TypeMethodDescriptionvoidStringFormatter.format(String s, T normalAttributes, AttributedTextSink<T> dest)Format a string.