| Class Summary | |
|---|---|
| AbstractLabel | Abstract base class for all label classes. |
| GUIHTMLLabel | Implements an AbstractLabel that displays HTML contents. |
| GUILabel | Abstract base class for labels that render text. |
| GUILabelFailure | A GUIHTMLLabel that displays the last received "failure" message. |
| GUILabelMessage | A GUIHTMLLabel that displays the last received "drawinfo" message. |
| GUILabelQuery | A GUIHTMLLabel that displays the last received "query" command. |
| GUILabelStats | A GUILabel that displays a value of the last received "stats"
command. |
| GUILabelStats2 | A GUILabel that displays a value of the last received "stats"
command. |
| GUIMultiLineLabel | A AbstractLabel that renders the text as a list of plain strings. |
| GUIOneLineLabel | A AbstractLabel that renders the text as a plain string. |
| GUISpellLabel | A GUIHTMLLabel that displays the currently selected spell. |
| InternalHTMLRenderer | |
| Enum Summary | |
|---|---|
| Alignment | The text alignment. |
| Type | The display type. |