Label

scalafx.scene.control.Label
See theLabel companion class
object Label

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Label.type

Members list

Value members

Concrete methods

def apply(text: String): Label

Creates Label with supplied text.

Creates Label with supplied text.

Attributes

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.

Attributes

Implicits

Implicits

implicit def sfxLabel2jfx(v: Label): Label