|
||||||||||
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.CircularLayouter
public class CircularLayouter
The circular layouter from the OGDF library.
Field Summary | |
---|---|
static float |
DEF_MIN_DIST_CIRCLE
default value for 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, INPUT_FORMAT, LABEL_EDGE_DIST, LABEL_EDGE_DIST_ID, LABEL_MARGIN_DIST, LABEL_MARGIN_DIST_ID |
Constructor Summary | |
---|---|
CircularLayouter()
Constructs a CircularLayouter. |
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 de.cau.cs.kieler.kiml.ogdf.OgdfLayouter |
---|
addInformation, addOption, applyLayout, doLayout, prepareLabelLayout, setDebugCanvas |
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_MIN_DIST_CIRCLE
Constructor Detail |
---|
public CircularLayouter()
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 node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |