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

Profile: desktop, common

Overview

Inherited Variables

org.jfxtras.scene.border.RaisedBorder

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicborderColorColor

Defines the base border color

publicborderWidthNumber
protectedborderXNumbersubclasssubclasssubclass
protectedborderYNumbersubclasssubclasssubclass
protectedheightOfBorderNumbersubclasssubclasssubclass
protectedhighlightObjectsubclasssubclasssubclass

Defines the highlight color

protectedhighlightInnerObjectsubclasssubclasssubclass

Defines the highlight inner color

protectedlineWidthNumbersubclasssubclasssubclass
publicraisedBoolean

Indicates whether the border appears raised or lower

protectedshadowColorsubclasssubclasssubclass

Defines the shadow inner color

protectedshadowOuterColorsubclasssubclasssubclass

Defines the shadow outer color

protectedwidthOfBorderNumbersubclasssubclasssubclass

org.jfxtras.scene.border.Border

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.

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

public doBorderLayout(x: Number, y: Number, w: Number, h: Number) : Void
Parameters
x
y
w
h
 

Inherited Functions

org.jfxtras.scene.border.Border

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