Modifier and Type | Field and Description |
---|---|
protected BPMNLayout.TreeNode |
BPMNLayout.TreeNode.child |
protected BPMNLayout.TreeNode |
BPMNLayout.TreeNode.next |
Modifier and Type | Method and Description |
---|---|
protected BPMNLayout.TreeNode |
BPMNLayout.createNode(Object cell) |
protected BPMNLayout.TreeNode |
BPMNLayout.dfs(Object cell,
Object parent,
Set<Object> visited)
Does a depth first search starting at the specified cell.
|
Modifier and Type | Method and Description |
---|---|
protected com.mxgraph.util.mxRectangle |
BPMNLayout.apply(BPMNLayout.TreeNode node,
com.mxgraph.util.mxRectangle bounds) |
protected void |
BPMNLayout.attachParent(BPMNLayout.TreeNode node,
double height) |
protected com.mxgraph.util.mxRectangle |
BPMNLayout.horizontalLayout(BPMNLayout.TreeNode node,
double x0,
double y0,
com.mxgraph.util.mxRectangle bounds) |
protected double |
BPMNLayout.join(BPMNLayout.TreeNode node) |
protected void |
BPMNLayout.layout(BPMNLayout.TreeNode node)
Starts the actual compact tree layout algorithm at the given node.
|
protected void |
BPMNLayout.layoutLeaf(BPMNLayout.TreeNode node) |
protected void |
BPMNLayout.moveNode(BPMNLayout.TreeNode node,
double dx,
double dy)
Moves the specified node and all of its children by the given amount.
|
protected com.mxgraph.util.mxRectangle |
BPMNLayout.verticalLayout(BPMNLayout.TreeNode node,
Object parent,
double x0,
double y0,
com.mxgraph.util.mxRectangle bounds) |
Copyright © 2016 Alfresco. All rights reserved.