Interface specification for classes that can create suitable constraints for a ConstraintLayerer instance.

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

Syntax

C#
public interface IConstraintFactory
Visual Basic
Public Interface IConstraintFactory

Remarks

Interface specification for classes that can create suitable constraints for a ConstraintLayerer instance. If you manually register a DataProvider under NodeIdDpKey on the graph, you must use the corresponding node ids stored in this DataProvider as arguments for all methods that create a constraint. Otherwise, you can just use the node instances themselves.

See Also