Package | Description |
---|---|
com.jgraph.layout.tree |
JGraphLayout graph package which contains tree layout algorithms.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.