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 |
---|---|
ColumnDescriptor |
PartitionGrid.addColumn()
Adds a new
column to the PartitionGrid instance. |
ColumnDescriptor |
PartitionCellId.getColumn()
Gets the first
column associated with this partition cell identifier. |
ColumnDescriptor |
PartitionCellId.Cell.getColumn()
Gets the
ColumnDescriptor associated with this partition cell . |
ColumnDescriptor |
PartitionGrid.getColumn(int index)
Returns the
column with the given index. |
Modifier and Type | Method and Description |
---|---|
PartitionCellId |
PartitionGrid.createCellId(RowDescriptor rd,
ColumnDescriptor cd)
|
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. |