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

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

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

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