|
JGraph X 1.0.2.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.layout.hierarchical.stage.mxMinimumCycleRemover
public class mxMinimumCycleRemover
An implementation of the first stage of the Sugiyama layout. Straightforward longest path calculation of layer assignment
Field Summary | |
---|---|
protected mxHierarchicalLayout |
layout
Reference to the enclosing layout algorithm |
Constructor Summary | |
---|---|
mxMinimumCycleRemover(mxHierarchicalLayout layout)
Constructor that has the roots specified |
Method Summary | |
---|---|
void |
execute(Object parent)
Produces the layer assignmment using the graph information specified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected mxHierarchicalLayout layout
Constructor Detail |
---|
public mxMinimumCycleRemover(mxHierarchicalLayout layout)
Method Detail |
---|
public void execute(Object parent)
execute
in interface mxHierarchicalLayoutStage
|
JGraph X 1.0.2.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |