org.jgraph.layout
Class TreeLayoutAlgorithm.TreeNode

java.lang.Object
  extended byorg.jgraph.layout.TreeLayoutAlgorithm.TreeNode
Enclosing class:
TreeLayoutAlgorithm

protected class TreeLayoutAlgorithm.TreeNode
extends java.lang.Object


Constructor Summary
TreeLayoutAlgorithm.TreeNode(CellView view)
           
 
Method Summary
 java.util.Iterator getChildren()
           
 int getHeight()
           
 int getLeftWidth()
           
 java.util.List getNodesByLevel()
           
 int getRightWidth()
           
 void setPosition(java.awt.Point parent, int levelHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeLayoutAlgorithm.TreeNode

public TreeLayoutAlgorithm.TreeNode(CellView view)
Method Detail

getChildren

public java.util.Iterator getChildren()

getLeftWidth

public int getLeftWidth()

getRightWidth

public int getRightWidth()

getHeight

public int getHeight()

setPosition

public void setPosition(java.awt.Point parent,
                        int levelHeight)

getNodesByLevel

public java.util.List getNodesByLevel()