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

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

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

Fields in de.cau.cs.kieler.kiml.options with type parameters of type EdgeType
static IProperty<EdgeType> LayoutOptions.EDGE_TYPE
          The type of edge.
 

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