Uses of Class
de.cau.cs.kieler.kiml.layout.AbstractLayoutProvider

Packages that use AbstractLayoutProvider
de.cau.cs.kieler.kiml.graphviz.layouter Wrapper implementation of the Graphviz layouter. 
de.cau.cs.kieler.kiml.layout Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.layout.util Utility classes for automatic layout using KIML. 
de.cau.cs.kieler.kiml.ui.layouter Layouters shipped with the KIML UI plug-in. 
de.cau.cs.kieler.klodd.hierarchical Base package of the hierarchical dataflow layout algorithm. 
 

Uses of AbstractLayoutProvider in de.cau.cs.kieler.kiml.graphviz.layouter
 

Subclasses of AbstractLayoutProvider in de.cau.cs.kieler.kiml.graphviz.layouter
 class GraphvizLayoutProvider
          Layout provider for the Graphviz layout tool.
 

Uses of AbstractLayoutProvider in de.cau.cs.kieler.kiml.layout
 

Methods in de.cau.cs.kieler.kiml.layout that return AbstractLayoutProvider
 AbstractLayoutProvider LayoutProviderData.getInstance()
          Returns the instance.
 AbstractLayoutProvider RecursiveLayouterEngine.getLastLayoutProvider()
          Returns the last layout provider that was used by the layouter engine.
 AbstractLayoutProvider LayoutServices.getLayoutProvider(KNode layoutNode)
          Returns the most appropriate layout provider for the given node.
 

Methods in de.cau.cs.kieler.kiml.layout with parameters of type AbstractLayoutProvider
 void LayoutProviderData.setInstance(AbstractLayoutProvider theinstance)
          Sets the instance.
 

Uses of AbstractLayoutProvider in de.cau.cs.kieler.kiml.layout.util
 

Subclasses of AbstractLayoutProvider in de.cau.cs.kieler.kiml.layout.util
 class BoxLayoutProvider
          A layout algorithm that does not take edges into account, but treats all nodes as isolated boxes.
 

Uses of AbstractLayoutProvider in de.cau.cs.kieler.kiml.ui.layouter
 

Subclasses of AbstractLayoutProvider in de.cau.cs.kieler.kiml.ui.layouter
 class Draw2DLayoutProvider
          Layout provider that uses the layout algorithm shipped with Draw2D.
 

Uses of AbstractLayoutProvider in de.cau.cs.kieler.klodd.hierarchical
 

Subclasses of AbstractLayoutProvider in de.cau.cs.kieler.klodd.hierarchical
 class HierarchicalDataflowLayoutProvider
          Layout provider for the KLoDD hierarchical dataflow diagram layouter.