Label

object Label
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(text: String): Label

Creates Label with supplied text.

Creates Label with supplied text.

def apply(text: String, graphic: Node): Label

Creates a Label with the supplied text and graphic.

Creates a Label with the supplied text and graphic.

Implicits

Implicits

implicit def sfxLabel2jfx(v: Label): Label