Implementations of this interface are responsible for arranging the graph partitions.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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.