JGraph X 1.2.0.8


Uses of Class
com.mxgraph.layout.mxCompactTreeLayout.TreeNode

Packages that use mxCompactTreeLayout.TreeNode
com.mxgraph.layout This package contains various graph layouts. 
 

Uses of mxCompactTreeLayout.TreeNode in com.mxgraph.layout
 

Fields in com.mxgraph.layout declared as mxCompactTreeLayout.TreeNode
protected  mxCompactTreeLayout.TreeNode mxCompactTreeLayout.TreeNode.child
           
protected  mxCompactTreeLayout.TreeNode mxCompactTreeLayout.TreeNode.next
           
 

Methods in com.mxgraph.layout that return mxCompactTreeLayout.TreeNode
protected  mxCompactTreeLayout.TreeNode mxCompactTreeLayout.createNode(Object cell)
           
protected  mxCompactTreeLayout.TreeNode mxCompactTreeLayout.dfs(Object cell, Object parent, Set<Object> visited)
          Does a depth first search starting at the specified cell.
 

Methods in com.mxgraph.layout with parameters of type mxCompactTreeLayout.TreeNode
protected  mxRectangle mxCompactTreeLayout.apply(mxCompactTreeLayout.TreeNode node, mxRectangle bounds)
           
protected  void mxCompactTreeLayout.attachParent(mxCompactTreeLayout.TreeNode node, double height)
           
protected  mxRectangle mxCompactTreeLayout.horizontalLayout(mxCompactTreeLayout.TreeNode node, double x0, double y0, mxRectangle bounds)
           
protected  double mxCompactTreeLayout.join(mxCompactTreeLayout.TreeNode node)
           
protected  void mxCompactTreeLayout.layout(mxCompactTreeLayout.TreeNode node)
          Starts the actual compact tree layout algorithm at the given node.
protected  void mxCompactTreeLayout.layoutLeaf(mxCompactTreeLayout.TreeNode node)
           
protected  void mxCompactTreeLayout.moveNode(mxCompactTreeLayout.TreeNode node, double dx, double dy)
          Moves the specified node and all of its children by the given amount.
protected  mxRectangle mxCompactTreeLayout.verticalLayout(mxCompactTreeLayout.TreeNode node, Object parent, double x0, double y0, mxRectangle bounds)
           
 


JGraph X 1.2.0.8


Copyright (c) 2008 Gaudenz Alder. All rights reserved.