Implementations of this interface are responsible for arranging the graph partitions.

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

Syntax

C#
public interface IPartitionPlacer
Visual Basic
Public Interface IPartitionPlacer

Remarks

Implementations of this interface are responsible for arranging the graph partitions. Arranging a graph partition usually involves to apply a coordinate translation to all elements belonging to the partition in order to generate a non-overlapping node-arrangement.

See Also