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

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

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

Methods in de.cau.cs.kieler.kiml.ogdf that return QualityVsSpeed
static QualityVsSpeed QualityVsSpeed.valueOf(int i)
          Returns the enumeration value related to the given ordinal.
static QualityVsSpeed QualityVsSpeed.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QualityVsSpeed[] QualityVsSpeed.values()
          Returns an array containing the constants of this enum type, in the order they are declared.