This layout stage replaces edges by a path of nodes before it calls
a core layouter.
Namespace: yWorks.yFiles.Layout.OrganicAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class SplitEdgeLayoutStage : ILayoutStage, ILayouter |
| Visual Basic |
|---|
Public Class SplitEdgeLayoutStage _ Implements ILayoutStage, ILayouter |
Remarks
This layout stage replaces edges by a path of nodes before it calls
a core layouter. After the core layouter is finished this stage transforms
the substituted path of nodes back to the original edge. For each node in the path
there will be a bend in the original edge. The coordinate of the bend will be the
center coordinate of the corresponding path node.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.Layout.Organic..::..SplitEdgeLayoutStage
yWorks.yFiles.Layout.Organic..::..SplitEdgeLayoutStage