class HtmlTextField

Package :

(default package)

Extends :

Known subclasses :

Description :

Some text displayed over the stage.

Attributes :

NameDescription
colorThe text's font color.
sizeThe font size.
stylethe text style (bold and/or italic). For instance, FontStyle.BOLD | FontStyle.ITALIC
textThe text to display.

Methods :

new()

Creates a new HtmlTextField object.