Uses of Class
de.cau.cs.kieler.kiml.ogdf.options.LayoutAlgorithm

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

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

Methods in de.cau.cs.kieler.kiml.ogdf with parameters of type LayoutAlgorithm
 void OgdfLayoutProvider.initialize(LayoutAlgorithm algo)
          Initialize the layout provider with the given algorithm constant.
 

Uses of LayoutAlgorithm in de.cau.cs.kieler.kiml.ogdf.options
 

Methods in de.cau.cs.kieler.kiml.ogdf.options that return LayoutAlgorithm
static LayoutAlgorithm LayoutAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LayoutAlgorithm[] LayoutAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.