public class mxMinimumCycleRemover extends java.lang.Object implements mxHierarchicalLayoutStage
| Modifier and Type | Field and Description |
|---|---|
protected mxHierarchicalLayout |
layout
Reference to the enclosing layout algorithm
|
| Constructor and Description |
|---|
mxMinimumCycleRemover(mxHierarchicalLayout layout)
Constructor that has the roots specified
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Object parent)
Produces the layer assignmment using the graph information specified
|
protected mxHierarchicalLayout layout
public mxMinimumCycleRemover(mxHierarchicalLayout layout)
public void execute(java.lang.Object parent)
execute in interface mxHierarchicalLayoutStage