com.jgraph.layout.tree
protected class JGraphCompactTreeLayout.CompactTreeNode extends TreeNode
Field Summary | |
---|---|
protected double | offsetX
The offset of this node from the root node |
protected double | offsetY |
Constructor Summary | |
---|---|
CompactTreeNode(Object cell)
Creates a node corresponding to the specified graph cell and of the
given dimensions. |
Method Summary | |
---|---|
Object | getCell() |
Parameters: cell the corresponding graph cell
Returns: the graph cell associated with this node