Uses of Class
de.cau.cs.kieler.klay.layered.properties.EdgeType

Packages that use EdgeType
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
 

Uses of EdgeType in de.cau.cs.kieler.klay.layered.properties
 

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type EdgeType
static IProperty<EdgeType> Properties.EDGE_TYPE
          edge type.
 

Methods in de.cau.cs.kieler.klay.layered.properties that return EdgeType
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.