|
JGraphLayout |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgraph.layout.tree.JGraphAbstractTreeLayout.TreeNode
An ADT representing a node in a tree structure.
Field Summary | |
protected Object |
cell
The graph cell this node corresponds to |
protected double |
height
The height of this node |
protected double |
width
The width of this node |
protected double |
x
The position location of this node |
protected double |
y
|
Constructor Summary | |
JGraphAbstractTreeLayout.TreeNode(Object cell)
Creates tree node corresponding to the specified cell |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected double width
protected double height
protected double x
protected double y
protected Object cell
Constructor Detail |
public JGraphAbstractTreeLayout.TreeNode(Object cell)
cell
- the cell this tree node corresponds to
|
JGraphLayout |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |