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

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

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