This layouter is a s special version of
OrthogonalEdgeRouter
that can be used as a path
finding strategy in
ChannelEdgeRouter
.
Namespace: yWorks.yFiles.Layout.RouterAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class OrthogonalShortestPathPathFinder : OrthogonalEdgeRouter |
| Visual Basic |
|---|
Public Class OrthogonalShortestPathPathFinder _ Inherits OrthogonalEdgeRouter |
Remarks
This layouter is a s special version of
OrthogonalEdgeRouter
that can be used as a path
finding strategy in
ChannelEdgeRouter
.
It takes a bit longer than using the default path finding strategy
OrthogonalPatternEdgeRouter
but therefore will create no node crossings. It can be
configured like OrthogonalEdgeRouter.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Layout..::..AbstractLayoutStage
yWorks.yFiles.Layout.Router..::..OrthogonalEdgeRouter
yWorks.yFiles.Layout.Router..::..ChannelEdgeRouter..::..OrthogonalShortestPathPathFinder
yWorks.yFiles.Layout..::..AbstractLayoutStage
yWorks.yFiles.Layout.Router..::..OrthogonalEdgeRouter
yWorks.yFiles.Layout.Router..::..ChannelEdgeRouter..::..OrthogonalShortestPathPathFinder