All edge routing algorithms provided by yFiles implement interface
LayoutStage
.
LayoutStage makes it easy to use an edge routing algorithm as a
postprocessing step to any of the major layout algorithms, for example.
yFiles supports different edge routing styles:
Organic edge routing is described in the section called “Organic Edge Routing”.
This style is encapsulated in class
OrganicEdgeRouter
.
Orthogonal edge routing is described in the section called “Orthogonal Edge Routing” and the section called “Channel Edge Routing”.
This style is encapsulated in classes
OrthogonalEdgeRouter
and
ChannelEdgeRouter
.
|
Copyright ©2004-2008, yWorks GmbH. All rights reserved. |