JGraphLayout
v1.4.0.2


Uses of Class
com.jgraph.layout.tree.JGraphTreeLayout.StandardTreeNode

Packages that use JGraphTreeLayout.StandardTreeNode
com.jgraph.layout.tree JGraphLayout graph package which contains tree layout algorithms. 
 

Uses of JGraphTreeLayout.StandardTreeNode in com.jgraph.layout.tree
 

Methods in com.jgraph.layout.tree that return JGraphTreeLayout.StandardTreeNode
protected  JGraphTreeLayout.StandardTreeNode JGraphTreeLayout.getTreeNode(Object cell)
          Obtains the tree node corresponding to the specified cell
protected  JGraphTreeLayout.StandardTreeNode JGraphTreeLayout.getLeftMostX(JGraphTreeLayout.StandardTreeNode node)
          Obtains the left most point on the sub-tree under the specified tree node
protected  JGraphTreeLayout.StandardTreeNode JGraphTreeLayout.getRightMostX(JGraphTreeLayout.StandardTreeNode node)
          Obtains the right most point on the sub-tree under the specified tree node
 

Methods in com.jgraph.layout.tree with parameters of type JGraphTreeLayout.StandardTreeNode
protected  void JGraphTreeLayout.layout(JGraphTreeLayout.StandardTreeNode node)
          Top-level method that performs actual layout of tree for a specific node.
protected  void JGraphTreeLayout.join(JGraphTreeLayout.StandardTreeNode node)
          Joins nodes underneath the specified tree node
protected  JGraphTreeLayout.StandardTreeNode JGraphTreeLayout.getLeftMostX(JGraphTreeLayout.StandardTreeNode node)
          Obtains the left most point on the sub-tree under the specified tree node
protected  JGraphTreeLayout.StandardTreeNode JGraphTreeLayout.getRightMostX(JGraphTreeLayout.StandardTreeNode node)
          Obtains the right most point on the sub-tree under the specified tree node
protected  void JGraphTreeLayout.setLevelHeights(JGraphTreeLayout.StandardTreeNode root)
          Sets the heights of the level under the specified node
protected  void JGraphTreeLayout.spaceMultipleTrees(JGraphTreeLayout.StandardTreeNode root)
          Ensures that the specified root is spaced far enough from previous trees so not to overlap any cells.
 


JGraphLayout
v1.4.0.2


Copyright (C) 2005 JGraph.com. All rights reserved.