|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgraph.layout.tree.JGraphAbstractTreeLayout.TreeNode
com.jgraph.layout.tree.JGraphCompactTreeLayout.CompactTreeNode
protected class JGraphCompactTreeLayout.CompactTreeNode
Abstraction of node in a tree structure
Field Summary | |
---|---|
protected double |
offsetX
The offset of this node from the root node |
protected double |
offsetY
|
Fields inherited from class com.jgraph.layout.tree.JGraphAbstractTreeLayout.TreeNode |
---|
cell, height, width, x, y |
Constructor Summary | |
---|---|
JGraphCompactTreeLayout.CompactTreeNode(java.lang.Object cell)
Creates a node corresponding to the specified graph cell and of the given dimensions. |
Method Summary | |
---|---|
java.lang.Object |
getCell()
|
Methods inherited from class com.jgraph.layout.tree.JGraphAbstractTreeLayout.TreeNode |
---|
getWidth, routeEdges, setWidth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double offsetX
protected double offsetY
Constructor Detail |
---|
public JGraphCompactTreeLayout.CompactTreeNode(java.lang.Object cell)
cell
- the corresponding graph cellMethod Detail |
---|
public java.lang.Object getCell()
|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |