Package de.cau.cs.kieler.kiml.ogdf

Wrapper classes and layout provider to connect the OGDF to KIML.

See:
          Description

Class Summary
CircularLayouter The circular layouter from the OGDF library.
DavidsonHarelLayouter The Davidson-Harel layout algorithm from the OGDF library.
FMMMDetailLayouter The FMMM layouter from the OGDF library with low-level options enabled instead of only the high-level ones.
FMMMLayouter The FMMM layouter from the OGDF library.
OgdfLayouter The base wrapper class for all OGDF layouters.
OgdfLayoutProvider The OGDF layout provider, that is the entry class used by KIML to call individual layout algorithms.
OgdfPlugin The activator class controls the plug-in life cycle.
PlanarizationLayouter The Mixed-Upward Planarization layouter from the OGDF library.
RadialTreeLayouter The radial tree layouter from the OGDF library.
SelfLoopRouter A router for self-loops.
SpringEmbedderFRLayouter The Spring Embedder algorithm by Fruchterman and Reingold.
SugiyamaLayouter The Sugiyama layouter from the OGDF library.
TreeLayouter The tree layouter from the OGDF library.
UpwardPlanarizationLayouter The upward-planarization layout algorithm from the OGDF library.
 

Enum Summary
Costs Definition of the costs option for the Davidson-Harel layouter.
OgdfLayoutProvider.LayoutAlgorithm Definition of available layout algorithms.
Orientation Definition of orientation of a layouter.
QualityVsSpeed Definition of the quality vs speed option for fmmm.
Speed Definition of the speed option for the Davidson-Harel layouter.
 

Package de.cau.cs.kieler.kiml.ogdf Description

Wrapper classes and layout provider to connect the OGDF to KIML.