|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.ogdf.SelfLoopRouter
public class SelfLoopRouter
A router for self-loops.
Constructor Summary | |
---|---|
SelfLoopRouter()
|
Method Summary | |
---|---|
void |
exclude()
Excludes all self-loops from the layout instead of calculating a routing. |
void |
postProcess(float loopDist)
Layouts all self-loops that were removed during pre-processing. |
void |
preProcess(KNode layoutNode)
Removes all self-loops from the graph, as they are not supported by the planarization layouter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelfLoopRouter()
Method Detail |
---|
public void preProcess(KNode layoutNode)
layoutNode
- the parent nodepublic void postProcess(float loopDist)
loopDist
- default distance of self-loops from the nodepublic void exclude()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |