Package de.cau.cs.kieler.klay.layered.p5edges

Phase 5 - edge routing and horizontal node placement.

See:
          Description

Interface Summary
OrthogonalRoutingGenerator.IRoutingDirectionStrategy A routing direction strategy adapts the OrthogonalRoutingGenerator to different routing directions.
 

Class Summary
LongEdge Class for convenient use of "long edges", this are edges covering more than one layer.
OrthogonalEdgeRouter Edge routing implementation that creates orthogonal bend points.
OrthogonalRoutingGenerator Edge routing implementation that creates orthogonal bend points.
OrthogonalRoutingGenerator.NorthToSouthRoutingStrategy Routing strategy for routing layers from north to south.
OrthogonalRoutingGenerator.SouthToNorthRoutingStrategy Routing strategy for routing layers from south to north.
OrthogonalRoutingGenerator.WestToEastRoutingStrategy Routing strategy for routing layers from west to east.
PolylineEdgeRouter Edge router module that draws edges with non-orthogonal line segments.
SimpleLabelPlacer A simple label placement implementation.
SplineEdgeRouter Implements a naive way of routing the edges with splines.
SplineGenerator Simple implementation for the spline calculator.
 

Enum Summary
SplineGenerator.Curvature Defines whether curvature should be increased or decreased.
 

Package de.cau.cs.kieler.klay.layered.p5edges Description

Phase 5 - edge routing and horizontal node placement.