Layerer implementation that observes relative and absolute layering constraints defined by the layering constraint factory ILayerConstraintFactory .

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

Syntax

C#
public class ConstraintIncrementalLayerer : ILayerer
Visual Basic
Public Class ConstraintIncrementalLayerer _
	Implements ILayerer

Remarks

Layerer implementation that observes relative and absolute layering constraints defined by the layering constraint factory ILayerConstraintFactory . For a given graph instance, this factory can be created with method CreateLayerConstraintFactory(Graph) . The Layerer can be used for both common layering and layering of incremental nodes.

Note: This layerer is always used automatically if the graph instance has constraints created with the layering constraint factory.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Hierarchic.Incremental..::..ConstraintIncrementalLayerer

See Also