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

expand all

Profile: desktop, common

Overview

this node displays a node of the transitiontree

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publiccontentNode

the content container of this node

public-inithSpacingInteger

the horizontal spacing between the nodes

publicmaxTreeHeightInteger

the maximum height of the whole tree

publicnumLevelNodesInteger

the number of siblings of this node

public-initparentTreeNodeTreeNode

the parent of this node

public-initsiblingIndexDouble

the index of this node within his siblings

xNumber

the x position of this node

Inherited Variables

Function Summary

protected create() : javafx.scene.Node
Returns
Node
 
public toString() : java.lang.String
Returns
String
 
public updatePosition() : Number

forces an update of the node-position

forces an update of the node-position

Returns
Number
 

Inherited Functions