Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Method and Description |
---|---|
static PartitionLayout.IPartitionPlacer |
PartitionLayout.IPartitionPlacer.createComponentPartitionPlacer()
Creates a
PartitionLayout.IPartitionPlacer that uses ComponentLayout to place the partitions. |
static PartitionLayout.IPartitionPlacer |
PartitionLayout.IPartitionPlacer.createComponentPartitionPlacer(ComponentLayout componentLayout)
Creates a
PartitionLayout.IPartitionPlacer that uses ComponentLayout to place the partitions. |
PartitionLayout.IPartitionPlacer |
PartitionLayout.getPartitionPlacer()
Gets the
PartitionLayout.IPartitionPlacer instance that is responsible for arranging the graph partitions. |
Modifier and Type | Method and Description |
---|---|
void |
PartitionLayout.setPartitionPlacer(PartitionLayout.IPartitionPlacer value)
Sets the
PartitionLayout.IPartitionPlacer instance that is responsible for arranging the graph partitions. |