|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JGraphAbstractTreeLayout.TreeNode | |
com.jgraph.layout.tree | JGraphLayout graph package which contains tree layout algorithms. |
Uses of JGraphAbstractTreeLayout.TreeNode in com.jgraph.layout.tree |
Subclasses of JGraphAbstractTreeLayout.TreeNode in com.jgraph.layout.tree | |
protected class |
JGraphCompactTreeLayout.CompactTreeNode
Abstraction of node in a tree structure |
protected class |
JGraphTreeLayout.StandardTreeNode
An ADT representing a node in a tree structure. |
protected class |
OrganizationalChart.OrganizationalTreeNode
An ADT representing a node in an organisational chart structure. |
Fields in com.jgraph.layout.tree declared as JGraphAbstractTreeLayout.TreeNode | |
protected JGraphAbstractTreeLayout.TreeNode |
JGraphTreeLayout.StandardTreeNode.parent
the parent node of this node |
Methods in com.jgraph.layout.tree that return JGraphAbstractTreeLayout.TreeNode | |
JGraphAbstractTreeLayout.TreeNode |
JGraphTreeLayout.StandardTreeNode.getParent()
|
Methods in com.jgraph.layout.tree with parameters of type JGraphAbstractTreeLayout.TreeNode | |
void |
JGraphTreeLayout.StandardTreeNode.setParent(JGraphAbstractTreeLayout.TreeNode parent)
|
|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |