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

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

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

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