Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Several Controls are labeled, including Labels and Buttons, ToggleButtons, CheckBoxes, and RadioButtons. These all have similar variables for configuring the label appearances.

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicfontFont

The default font to use for text in the Labeled.

The default font to use for text in the Labeled. If the Label's text is rich text then this font may or may not be used depending on the font information embedded in the rich text, but in any case where a default font is required, this font will be used.

 
publicgraphicNode

An optional icon for the Labeled.

An optional icon for the Labeled. This can be positioned relative to the text by using the graphicHPos and graphicVPos variables.

 
publicgraphicHPosHPos

Specifies the horizontal positioning of the graphic relative to the text.

publicgraphicTextGapNumber

The amount of space between the graphic and text

publicgraphicVPosVPos

Specifies the vertical positioning of the graphic relative to the text.

publichposHPos

Specifies how the text and graphic within the Labeled should be positioned horizontally when there is empty space within the Labeled.

publictextString

The text to display in the label.

publictextAlignmentTextAlignment

Specifies the behavior for lines of text when text is multiline Unlike vpos which affects the graphic and text, this setting only affects multiple lines of text relative to the text bounds.

publictextOverrunOverrunStyle

Specifies the behavior to use if the text of the Labeled exceeds the available space for rendering the text.

publictextWrapBoolean

If a run of text exceeds the width of the Labeled, then this variable indicates whether the text should wrap onto another line.

publicvposVPos

Specifies how the text and graphic within the Labeled should be positioned vertically when there is empty space within the Labeled.

Inherited Variables

Inherited Functions