Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Field and Description |
---|---|
static GraphDpKey<PartitionGrid> |
PartitionGrid.PARTITION_GRID_DPKEY
A
DataProvider key for storing the partition grid structure
If the IDataProvider contains a partition grid structure, this structure will be considered during layout
(provided that the layout algorithm supports such constraints). |
Modifier and Type | Method and Description |
---|---|
PartitionGrid |
PartitionGridData.getGrid()
Gets the partition grid.
|
static PartitionGrid |
PartitionGrid.getPartitionGrid(Graph graph)
Returns the
PartitionGrid instance associated with the given graph. |
Modifier and Type | Method and Description |
---|---|
ContextItemMapping<INode,PartitionCellId,PartitionGrid> |
PartitionGridData.getCellIds()
Gets the mapping from nodes to
PartitionCellId using the partition grid as context. |
Modifier and Type | Method and Description |
---|---|
void |
PartitionGridData.setGrid(PartitionGrid value)
Sets the partition grid.
|
Modifier and Type | Method and Description |
---|---|
void |
PartitionGridData.setCellIds(ContextItemMapping<INode,PartitionCellId,PartitionGrid> value)
Sets the mapping from nodes to
PartitionCellId using the partition grid as context. |