Uses of Class
de.cau.cs.kieler.core.properties.MapPropertyHolder

Packages that use MapPropertyHolder
de.cau.cs.kieler.kiml Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.graphviz.layouter Connection of the Graphviz layouter to the KIML interface for automatic layout. 
de.cau.cs.kieler.kiml.ogdf Wrapper classes and layout provider to connect the OGDF to KIML. 
de.cau.cs.kieler.kiml.ui.util Utility classes for the KIML UI plugin. 
de.cau.cs.kieler.kiml.util Utility classes for automatic layout using KIML. 
de.cau.cs.kieler.klodd.hierarchical Base package of the hierarchical dataflow layout algorithm. 
 

Uses of MapPropertyHolder in de.cau.cs.kieler.kiml
 

Subclasses of MapPropertyHolder in de.cau.cs.kieler.kiml
 class AbstractLayoutProvider
          A layout provider executes a layout algorithm to layout the child elements of a node.
 

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

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

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

Subclasses of MapPropertyHolder in de.cau.cs.kieler.kiml.ogdf
 class OgdfLayoutProvider
          The OGDF layout provider, that is the entry class used by KIML to call individual layout algorithms.
 

Uses of MapPropertyHolder in de.cau.cs.kieler.kiml.ui.util
 

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

Uses of MapPropertyHolder in de.cau.cs.kieler.kiml.util
 

Subclasses of MapPropertyHolder in de.cau.cs.kieler.kiml.util
 class BoxLayoutProvider
          A layout algorithm that does not take edges into account, but treats all nodes as isolated boxes.
 class FixedLayoutProvider
          A layout provider that sets fixed positions for all elements.
 class RandomLayoutProvider
          Layout provider that computes random layouts.
 

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

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