This layout stage replaces edges by a path of nodes before it calls a core layouter.

Namespace: yWorks.yFiles.Layout.Organic
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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

See Also