Uses of Class
de.cau.cs.kieler.kiml.layout.options.Shape

Packages that use Shape
de.cau.cs.kieler.kiml.layout.options Definition of layout options for automatic layout. 
 

Uses of Shape in de.cau.cs.kieler.kiml.layout.options
 

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