class HtmlTextField
Package :
(default package)
Extends :
Known subclasses :
Description :
Some text displayed over the stage.
Attributes :
| Name | Description |
|---|---|
| color | The text's font color. |
| size | The font size. |
| style | the text style (bold and/or italic). For instance, FontStyle.BOLD | FontStyle.ITALIC |
| text | The text to display. |
Methods :
new()
Creates a new HtmlTextField object.