Uses of Class
de.cau.cs.kieler.kiml.ogdf.OgdfLayouter

Packages that use OgdfLayouter
de.cau.cs.kieler.kiml.ogdf Wrapper classes and layout provider to connect the OGDF to KIML. 
 

Uses of OgdfLayouter in de.cau.cs.kieler.kiml.ogdf
 

Subclasses of OgdfLayouter in de.cau.cs.kieler.kiml.ogdf
 class CircularLayouter
          The circular layouter from the OGDF library.
 class DavidsonHarelLayouter
          The Davidson-Harel layout algorithm from the OGDF library.
 class FMMMLayouter
          The FMMM layouter from the OGDF library.
 class GEMLayouter
          The GEM layouter from the OGDF library.
 class PlanarizationLayouter
          The Mixed-Upward Planarization layouter from the OGDF library.
 class RadialTreeLayouter
          The radial tree layouter from the OGDF library.
 class SpringEmbedderFRLayouter
          The Spring Embedder algorithm by Fruchterman and Reingold.
 class SugiyamaLayouter
          The Sugiyama layouter from the OGDF library.
 class TreeLayouter
          The tree layouter from the OGDF library.
 class UpwardPlanarizationLayouter
          The upward-planarization layout algorithm from the OGDF library.