| Package | Description |
|---|---|
| org.processmining.linearlayouts |
| Modifier and Type | Field and Description |
|---|---|
ProcessLayouter.RowHeight |
Layout.Row.height |
| Modifier and Type | Method and Description |
|---|---|
static ProcessLayouter.RowHeight |
ProcessLayouter.computeRowHeight(LinearLayout process,
double width,
int from,
int to,
boolean reversed)
Computes the height of a row.
|
| Constructor and Description |
|---|
Row(int id,
int from,
int to,
java.util.List<Block> blocks,
boolean reversed,
double y,
ProcessLayouter.RowHeight height,
boolean firstRow,
boolean lastRow) |