This interface is used by GenericTreeLayouter .

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

Syntax

C#
public interface IPortAssignment
Visual Basic
Public Interface IPortAssignment

Remarks

This interface is used by GenericTreeLayouter . Classes implementing this interface are responsible for the assignment of the edges' ports. INodePlacer instances will have to obey the currently set ports.

See Also