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

Packages that use AttractionFormula
de.cau.cs.kieler.kiml.ogdf.options Special OGDF layout options. 
 

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

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