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

Profile: desktop, common

Overview

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicaccentColor

defines the accent color

protectedbackgroundNodesubclasssubclasssubclass
publicbackgroundFillColortransparent

Background fill for the border, if the border widths are not zero, this color will be used to fill the uncovered areas.

publicbaseColor

defines the base color

protectedborderNodesubclasssubclasssubclass

The border

publicborderBottomWidthNumber0

Defines the bottom height of the border

publicborderLeftWidthNumber0

Defines the left width of the border

publicborderRightWidthNumber0

Defines the rigth width of the border

publicborderTopWidthNumber0

Defines the top height of the border

publicnodeNode

Node that is contained within the border.

publicnodeHPosHPosHPos.CENTER

The horizontal position of the node within the border's width.

The horizontal position of the node within the border's width. This may be overridden for individual nodes by setting the hpos variable on the node's layoutInfo variable.

HPos.CENTER

Profile: common

 
publicnodeVPosVPosVPos.CENTER

The vertical position of the node within the border's height.

The vertical position of the node within the border's height. This may be overridden for individual nodes by setting the vpos variable on the node's layoutInfo variable.

VPos.CENTER

Profile: common

 
protectedpanelPanelsubclasssubclasssubclass
publicshapeToFitBoolean

Indicates that the Border will be resized to fit the size of the contained node.

Inherited Variables

org.jfxtras.scene.layout.DefaultLayout

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-read protecteddefaultLayoutInfoLayoutInfoBasesubclasssubclass

The default layout info for this Node.

The default layout info for this Node.

Usually this will be initialized by the Node subclass to a static LayoutInfo for all instances. Any values set on this will override the default Constraint values.

 

Function Summary

protected abstract doBorderLayout(x: Number, y: Number, width: Number, height: Number) : Void
Parameters
x
y
width
height
 

Inherited Functions