This class can be used as a convenience class to gain access to a variety of organic layout algorithms.

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

Syntax

C#
public class SmartOrganicLayouter : CanonicMultiStageLayouter
Visual Basic
Public Class SmartOrganicLayouter _
	Inherits CanonicMultiStageLayouter

Remarks

This class can be used as a convenience class to gain access to a variety of organic layout algorithms. Its strength lies in being able to conveniently specify a ratio between quality and running time, as well as the ability to specify the degree of the compactness of the drawing and to guarantee non-overlapping nodes.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..CanonicMultiStageLayouter
    yWorks.yFiles.Layout.Organic..::..SmartOrganicLayouter

See Also