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.
FMMMLayouter The FMMM layouter from the OGDF library.
GEMLayouter The GEM 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.
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.
 

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

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