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 NodeDpKey<PartitionCellId> |
PartitionGrid.PARTITION_CELL_ID_DPKEY
A
DataProvider key for storing a set of partition cells for each node
Each node is placed inside the columns/rows defined by the corresponding PartitionCellId identifier. |
Modifier and Type | Method and Description |
---|---|
PartitionCellId |
PartitionGrid.createCellId(int rowIndex,
int columnIndex)
Creates a
partition cell identifier that represents the cell defined by the given column and row
index. |
PartitionCellId |
PartitionGrid.createCellId(RowDescriptor rd,
ColumnDescriptor cd)
|
PartitionCellId |
PartitionGrid.createCellSpanId(Collection<Object> rowList,
Collection<Object> columnList)
Creates a
partition cell identifier that represents a multi-cell spanning multiple columns and
rows. |
PartitionCellId |
PartitionGrid.createCellSpanId(int fromRowIndex,
int fromColIndex,
int toRowIndex,
int toColIndex)
Creates a
partition cell identifier that represents a multi-cell spanning multiple columns and
rows. |
PartitionCellId |
PartitionGrid.createCellSpanId(RowDescriptor fromRow,
ColumnDescriptor fromCol,
RowDescriptor toRow,
ColumnDescriptor toCol)
Creates a
partition cell identifier that represents a multi-cell spanning multiple columns and
rows. |
PartitionCellId |
PartitionGrid.createColumnSpanId(int columnIndex)
Creates a
partition cell identifier that represents a cell spanning a whole column. |
PartitionCellId |
PartitionGrid.createRowSpanId(int rowIndex)
Creates a
partition cell identifier that represents a cell spanning a whole row. |
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.setCellIds(ContextItemMapping<INode,PartitionCellId,PartitionGrid> value)
Sets the mapping from nodes to
PartitionCellId using the partition grid as context. |