de.cau.cs.kieler.kiml.ogdf
Class FMMMLayouter
java.lang.Object
de.cau.cs.kieler.kiml.ogdf.OgdfLayouter
de.cau.cs.kieler.kiml.ogdf.FMMMLayouter
public class FMMMLayouter
- extends OgdfLayouter
The FMMM layouter from the OGDF library.
- Rating

Constructor Summary |
FMMMLayouter()
Constructs a FMMMLayouter. |
Method Summary |
protected void |
postProcess(KNode layoutNode)
Performs post-processing on the given node. |
protected void |
prepareLayouter(KNode layoutNode)
Sets the layout specific options and modules depending on the options defined in the node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FMMMLayouter
public FMMMLayouter()
- Constructs a FMMMLayouter.
prepareLayouter
protected void prepareLayouter(KNode layoutNode)
- Sets the layout specific options and modules depending on the options defined in the node.
- Specified by:
prepareLayouter
in class OgdfLayouter
- Parameters:
layoutNode
- the parent node
postProcess
protected void postProcess(KNode layoutNode)
- Performs post-processing on the given node. The default implementation does nothing.
- Overrides:
postProcess
in class OgdfLayouter
- Parameters:
layoutNode
- the parent node