Overview
this node displays a node of the transitiontree
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | content | Node | ![]() | ![]() | ![]() |
the content container of this node |
|
public-init | hSpacing | Integer | ![]() | ![]() |
the horizontal spacing between the nodes |
||
public | maxTreeHeight | Integer | ![]() | ![]() | ![]() |
the maximum height of the whole tree |
|
public | numLevelNodes | Integer | ![]() | ![]() | ![]() |
the number of siblings of this node |
|
public-init | parentTreeNode | TreeNode | ![]() | ![]() |
the parent of this node |
||
public-init | siblingIndex | Double | ![]() | ![]() |
the index of this node within his siblings |
||
x | Number |
the x position of this node |
Inherited Variables
Function Summary
- protected create() : javafx.scene.Node
- public toString() : java.lang.String
- public updatePosition() : Number