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

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

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

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