Graph Layout > Layout Algorithms > Orthogonal Link Layout
 
Orthogonal Link Layout
In this section, you will learn about the Orthogonal Link Layout algorithm from the Rogue Wave Views Graph Layout package (class IlvOrthogonalLinkLayout from the library ilvorthlink).
Samples
Here are sample drawings produced with the Orthogonal Link Layout:
Figure 4.37    Orthogonal Link Drawing Produced with the Orthogonal Link Option
Figure 4.38    Orthogonal Link Drawing Produced with the Direct Links Option
What Types of Graphs?
Any type of graph:
*Connected and disconnected
*Planar and nonplanar graphs
Application Domains
Application domains of the Orthogonal Layout include:
*Electrical engineering (circuit block diagrams)
*Industrial engineering (schematic design diagrams, equipment/resource control charts)
*Business processing (entity relation diagrams)
*Software management/software (re-)engineering (data inspector diagrams)
*Database and knowledge engineering (sociology, genealogy)
*CASE tools (design diagrams)
Features
*Reshapes the links of a graph in either an “orthogonal” or a “direct” style, without moving the nodes.
*Efficient, scalable algorithm.
*The shapes of the links are computed in such a way as to reduce the number of link-to-link and link-to-node crossings.
*Supports links with different widths.
*Automatically arranges the final segments of the links (the segments near the origin or destination node) to obtain a “bundle” of parallel links.
*Allows you to specify which side of the node (top, bottom, left, or right) a link can be connected to.
*Supports self-links (that is, links with the same origin and destination node).
*Supports multiple links (that is, more than one link between the same origin and destination nodes).
*Allows you to specify “pinned” (fixed) links that the layout algorithm cannot reshape.
Limitations
*Link-to-link and link-to-node crossings cannot always be avoided, especially in highly connected graphs with links between distant nodes. This limitation is closely related to the efficiency issues of this intrinsically complex layout problem.

Version 6.0
Copyright © 2015, Rogue Wave Software, Inc. All Rights Reserved.