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

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

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

Fields in de.cau.cs.kieler.kiml.options with type parameters of type EdgeRouting
static IProperty<EdgeRouting> LayoutOptions.EDGE_ROUTING
          What kind of edge routing style should be applied for the content of a parent node.
 

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