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

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

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

Fields in de.cau.cs.kieler.kiml.options with type parameters of type Alignment
static IProperty<Alignment> LayoutOptions.ALIGNMENT
          Alignment of a node.
 

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