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

Namespace: yWorks.yFiles.Layout.Hierarchic
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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