|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.ogdf.OgdfLayouter
de.cau.cs.kieler.kiml.ogdf.PlanarizationLayouter
public class PlanarizationLayouter
The Mixed-Upward Planarization layouter from the OGDF library.
Field Summary | |
---|---|
static float |
DEF_MINSPACING
default value for minimal spacing. |
static float |
DEF_PAGE_RATIO
default value for page ratio. |
Fields inherited from class de.cau.cs.kieler.kiml.ogdf.OgdfLayouter |
---|
DEF_BORDER_SPACING, DEF_LABEL_EDGE_DIST, DEF_LABEL_MARGIN_DIST, LABEL_EDGE_DIST, LABEL_EDGE_DIST_ID, LABEL_MARGIN_DIST, LABEL_MARGIN_DIST_ID |
Constructor Summary | |
---|---|
PlanarizationLayouter()
|
Method Summary | |
---|---|
void |
initDefaults(IPropertyHolder defaultsHolder)
Initialize the default values for the layout provider. |
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 de.cau.cs.kieler.kiml.ogdf.OgdfLayouter |
---|
applyLayout, doLayout, isUmlGraph, layoutLabels |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final float DEF_PAGE_RATIO
public static final float DEF_MINSPACING
Constructor Detail |
---|
public PlanarizationLayouter()
Method Detail |
---|
protected void prepareLayouter(KNode layoutNode)
prepareLayouter
in class OgdfLayouter
layoutNode
- the parent nodeprotected void postProcess(KNode layoutNode)
postProcess
in class OgdfLayouter
layoutNode
- the parent nodepublic void initDefaults(IPropertyHolder defaultsHolder)
initDefaults
in class OgdfLayouter
defaultsHolder
- the layout options holder for default values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |