Uses of Interface
de.cau.cs.kieler.klay.layered.p5edges.OrthogonalRoutingGenerator.IRoutingDirectionStrategy

Packages that use OrthogonalRoutingGenerator.IRoutingDirectionStrategy
de.cau.cs.kieler.klay.layered.p5edges Phase 5 - edge routing and horizontal node placement. 
 

Uses of OrthogonalRoutingGenerator.IRoutingDirectionStrategy in de.cau.cs.kieler.klay.layered.p5edges
 

Classes in de.cau.cs.kieler.klay.layered.p5edges that implement OrthogonalRoutingGenerator.IRoutingDirectionStrategy
static class OrthogonalRoutingGenerator.NorthToSouthRoutingStrategy
          Routing strategy for routing layers from north to south.
static class OrthogonalRoutingGenerator.SouthToNorthRoutingStrategy
          Routing strategy for routing layers from south to north.
static class OrthogonalRoutingGenerator.WestToEastRoutingStrategy
          Routing strategy for routing layers from west to east.
 

Constructors in de.cau.cs.kieler.klay.layered.p5edges with parameters of type OrthogonalRoutingGenerator.IRoutingDirectionStrategy
OrthogonalRoutingGenerator(OrthogonalRoutingGenerator.IRoutingDirectionStrategy routingStrategy, double edgeSpacing, String debugPrefix)
          Constructs a new instance.