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

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

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

Fields in de.cau.cs.kieler.kiml.options with type parameters of type Shape
static IProperty<Shape> LayoutOptions.SHAPE
          Which shape is to be assumed for the associated node.
 

Methods in de.cau.cs.kieler.kiml.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.