This class implements the third phase of the Sugiyama layout algorithm.

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

Syntax

C#
public class LinearSegmentsDrawer : AbstractDrawer
Visual Basic
Public Class LinearSegmentsDrawer _
	Inherits AbstractDrawer

Remarks

This class implements the third phase of the Sugiyama layout algorithm. Edges are represented as poly-lines with at most two bends.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Hierarchic..::..AbstractDrawer
    yWorks.yFiles.Layout.Hierarchic..::..LinearSegmentsDrawer

See Also