Interface specification for classes that can create suitable constraints for a
ConstraintLayerer
instance.
Namespace: yWorks.yFiles.Layout.HierarchicAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
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.