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.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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