|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgraph.layout.hierarchical.JGraphMinimumCycleRemover
public class JGraphMinimumCycleRemover
An implementation of the first stage of the Sugiyama layout. Straightforward longest path calculation of layer assignment
Constructor Summary | |
---|---|
JGraphMinimumCycleRemover()
|
Method Summary | |
---|---|
JGraphHierarchyModel |
run(JGraphFacade facade,
JGraphHierarchyModel model)
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 |
Constructor Detail |
---|
public JGraphMinimumCycleRemover()
Method Detail |
---|
public JGraphHierarchyModel run(JGraphFacade facade, JGraphHierarchyModel model)
run
in interface JGraphHierarchicalLayoutStep
facade
- the facade describing the input graphmodel
- an internal model of the hierarchical layout
|
JGraph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |