This interface is used by GenericTreeLayouter .

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

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