|
JGraph |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JGraphTreeLayout.StandardTreeNode | |
---|---|
com.jgraph.layout.tree | JGraphLayout graph package which contains tree layout algorithms. |
Uses of JGraphTreeLayout.StandardTreeNode in com.jgraph.layout.tree |
---|
Subclasses of JGraphTreeLayout.StandardTreeNode in com.jgraph.layout.tree | |
---|---|
protected class |
OrganizationalChart.OrganizationalTreeNode
An ADT representing a node in an organisational chart structure. |
Methods in com.jgraph.layout.tree that return JGraphTreeLayout.StandardTreeNode | |
---|---|
protected JGraphTreeLayout.StandardTreeNode |
JGraphTreeLayout.getLeftMostX(JGraphTreeLayout.StandardTreeNode node)
Obtains the left most point on the sub-tree under the specified tree node |
protected JGraphTreeLayout.StandardTreeNode |
JGraphTreeLayout.getRightMostX(JGraphTreeLayout.StandardTreeNode node)
Obtains the right most point on the sub-tree under the specified tree node |
protected JGraphTreeLayout.StandardTreeNode |
JGraphTreeLayout.getTreeNode(Object cell)
Obtains the tree node corresponding to the specified cell |
protected JGraphTreeLayout.StandardTreeNode |
OrganizationalChart.getTreeNode(Object cell)
Obtains the tree node corresponding to the specified cell |
Methods in com.jgraph.layout.tree with parameters of type JGraphTreeLayout.StandardTreeNode | |
---|---|
void |
JGraphTreeLayout.StandardTreeNode.addChild(JGraphTreeLayout.StandardTreeNode newChild)
Adds a new child to this parent node |
void |
OrganizationalChart.OrganizationalTreeNode.addChild(JGraphTreeLayout.StandardTreeNode newChild)
Adds a new child to this parent node |
protected JGraphTreeLayout.StandardTreeNode |
JGraphTreeLayout.getLeftMostX(JGraphTreeLayout.StandardTreeNode node)
Obtains the left most point on the sub-tree under the specified tree node |
protected JGraphTreeLayout.StandardTreeNode |
JGraphTreeLayout.getRightMostX(JGraphTreeLayout.StandardTreeNode node)
Obtains the right most point on the sub-tree under the specified tree node |
protected void |
JGraphTreeLayout.join(JGraphTreeLayout.StandardTreeNode node)
Joins nodes underneath the specified tree node |
protected void |
JGraphTreeLayout.layout(JGraphTreeLayout.StandardTreeNode node)
Top-level method that performs actual layout of tree for a specific node. |
protected void |
OrganizationalChart.layout(JGraphTreeLayout.StandardTreeNode node)
Top-level method that performs actual layout of tree for a specific node. |
protected void |
JGraphTreeLayout.setLevelHeights(JGraphTreeLayout.StandardTreeNode root)
Sets the heights of the level under the specified node |
protected void |
JGraphTreeLayout.spaceMultipleTrees(JGraphTreeLayout.StandardTreeNode root)
Ensures that the specified root is spaced far enough from previous trees so not to overlap any cells. |
|
JGraph |
|||||||||
PREV NEXT | FRAMES NO FRAMES |