[9:7] extends: object
This class provides easy to use helpers for setting JavaFX Labeled values.
setFont (object FontObj
)
Sets the font to use.
FontObject
is a Font object to set.this
objectsetGraphic (object Graphic
)
Sets the provided graphic. This is an Image or ImageView object.
getText ()
Gets the label text.
A
string with the current set text.setText (string Text
)
Sets the provided text.
Text
is a string with the Text to set.this
object