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

Namespace: yWorks.yFiles.Layout.Hierarchic
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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