| Package | Description |
|---|---|
| com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
| com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
RowDescriptor |
PartitionGrid.addRow()
Adds a new
row to the PartitionGrid instance. |
RowDescriptor |
PartitionCellId.getRow()
Gets the first
row associated with this partition cell identifier. |
RowDescriptor |
PartitionCellId.Cell.getRow()
Gets the
RowDescriptor associated with this partition cell. |
RowDescriptor |
PartitionGrid.getRow(int index)
Returns the
row 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. |
| Modifier and Type | Method and Description |
|---|---|
RowDescriptor |
ILayer.getRow()
Gets the
RowDescriptor associated with this ILayer instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
ILayer.setRow(RowDescriptor value)
Sets the
RowDescriptor associated with this ILayer instance. |