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

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

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