Label

class Label(text: String, graphic: Node?) : Labelled

Displays a single line of text, with an optional extra graphic. The graphic is often an icon, but can be any Node.

Theme DSL

"label" {
}

Label inherits all the feature of Labelled.

Constructors

Link copied to clipboard
constructor(text: String, image: Image?)
constructor(text: String)
constructor(image: Image?)
constructor(graphic: Node?)
constructor(text: String, graphic: Node?)

Properties

Link copied to clipboard