This class is an abstract base class for labeling algorithms.

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

Syntax

C#
public abstract class AbstractLabelingAlgorithm : AbstractLayoutStage
Visual Basic
Public MustInherit Class AbstractLabelingAlgorithm _
	Inherits AbstractLayoutStage

Remarks

This class is an abstract base class for labeling algorithms. A labeling algorithm places a set of labels.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout.Labeling..::..AbstractLabelingAlgorithm
      yWorks.yFiles.Layout.Labeling..::..MISLabelingAlgorithm

See Also