Uses of Class
de.cau.cs.kieler.klay.layered.p5edges.EdgeRoutingStrategy

Packages that use EdgeRoutingStrategy
de.cau.cs.kieler.klay.layered.p5edges Phase 5 - edge routing and horizontal node placement. 
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
 

Uses of EdgeRoutingStrategy in de.cau.cs.kieler.klay.layered.p5edges
 

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

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

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type EdgeRoutingStrategy
static IProperty<EdgeRoutingStrategy> Properties.EDGE_ROUTING
          property to choose an edge routing strategy.