protected class JGraphCompactTreeLayout.CompactTreeNode extends JGraphAbstractTreeLayout.TreeNode
| Modifier and Type | Field and Description |
|---|---|
protected double |
offsetX
The offset of this node from the root node
|
protected double |
offsetY |
| Constructor and Description |
|---|
CompactTreeNode(java.lang.Object cell)
Creates a node corresponding to the specified graph cell and of the
given dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCell() |
getWidth, routeEdges, setWidthprotected double offsetX
protected double offsetY
public CompactTreeNode(java.lang.Object cell)
cell - the corresponding graph cellCopyright (C) 2001-2009 JGraph Ltd. All rights reserved.