JGraphAddons
v1.0.8


org.jgraph.layout
Class TreeLayoutAlgorithm.TreeNode

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

protected class TreeLayoutAlgorithm.TreeNode
extends Object


Constructor Summary
TreeLayoutAlgorithm.TreeNode(CellView view)
           
 
Method Summary
 Iterator getChildren()
           
 int getHeight()
           
 int getLeftWidth()
           
 List getNodesByLevel()
           
 int getRightWidth()
           
 void setPosition(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 Iterator getChildren()

getLeftWidth

public int getLeftWidth()

getRightWidth

public int getRightWidth()

getHeight

public int getHeight()

setPosition

public void setPosition(Point parent,
                        int levelHeight)

getNodesByLevel

public List getNodesByLevel()

JGraphAddons
v1.0.8


Copyright (C) 2003-2005 Gaudenz Alder. All rights reserved.