JGraph
v5.13.0.4


Uses of Class
com.jgraph.layout.tree.JGraphCompactTreeLayout.CompactTreeNode

Packages that use JGraphCompactTreeLayout.CompactTreeNode
com.jgraph.layout.tree JGraphLayout graph package which contains tree layout algorithms. 
 

Uses of JGraphCompactTreeLayout.CompactTreeNode in com.jgraph.layout.tree
 

Methods in com.jgraph.layout.tree that return JGraphCompactTreeLayout.CompactTreeNode
protected  JGraphCompactTreeLayout.CompactTreeNode JGraphCompactTreeLayout.getTreeLayoutNode(java.lang.Object cell)
          Obtains the mapped node from the internal tree representation used from the cell specified
protected  JGraphCompactTreeLayout.CompactTreeNode JGraphCompactTreeLayout.getTreeLayoutNode(java.lang.Object cell, boolean createIfNotPresent)
          Obtains the mapped node from the internal tree representation used from the cell specified
 

Methods in com.jgraph.layout.tree with parameters of type JGraphCompactTreeLayout.CompactTreeNode
protected  void JGraphCompactTreeLayout.attachParent(JGraphCompactTreeLayout.CompactTreeNode t, double h)
          Attaches the specified tree node in a parent-child relationship taking into account node shape
protected  void JGraphCompactTreeLayout.branch(JGraphCompactTreeLayout.CompactTreeNode parent, JGraphCompactTreeLayout.CompactTreeNode child, JGraphCompactTreeLayout.CompactTreeNode sibling)
           
protected  double JGraphCompactTreeLayout.join(JGraphCompactTreeLayout.CompactTreeNode t)
          joins the specified tree node
protected  void JGraphCompactTreeLayout.layout(JGraphCompactTreeLayout.CompactTreeNode t)
          Laids out the specified tree node in the internal tree representation
protected  void JGraphCompactTreeLayout.layoutLeaf(JGraphCompactTreeLayout.CompactTreeNode t)
          Laids out a tree node as a leaf, taking into account node shape
protected  void JGraphCompactTreeLayout.layoutTree(JGraphCompactTreeLayout.CompactTreeNode root)
          Top-level layout method for Moen
protected  void JGraphCompactTreeLayout.leftRightNodeLayout(JGraphCompactTreeLayout.CompactTreeNode node, double off_x, double off_y)
          Lays out a Moen in the left-right orientation
protected  void JGraphCompactTreeLayout.unzip(JGraphCompactTreeLayout.CompactTreeNode node)
           
protected  void JGraphCompactTreeLayout.upDownNodeLayout(JGraphCompactTreeLayout.CompactTreeNode node, JGraphCompactTreeLayout.CompactTreeNode parent, double off_x, double off_y)
          Lays out a Moen in the up-down orientation
protected  void JGraphCompactTreeLayout.zip(JGraphCompactTreeLayout.CompactTreeNode node)
           
 


JGraph
v5.13.0.4


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.