Package | Description |
---|---|
com.jgraph.layout.tree |
JGraphLayout graph package which contains tree layout algorithms.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected JGraphAbstractTreeLayout.TreeNode |
JGraphTreeLayout.StandardTreeNode.parent
the parent node of this node
|
Modifier and Type | Method and Description |
---|---|
JGraphAbstractTreeLayout.TreeNode |
JGraphTreeLayout.StandardTreeNode.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
JGraphTreeLayout.StandardTreeNode.setParent(JGraphAbstractTreeLayout.TreeNode parent) |
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.