public static class Layout.Row
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Block> |
blocks |
boolean |
firstRow |
int |
from |
ProcessLayouter.RowHeight |
height |
int |
id |
boolean |
lastRow |
boolean |
reversed |
int |
to |
double |
y |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
double |
getTotalHeight() |
public int id
public int from
public int to
public java.util.List<Block> blocks
public boolean reversed
public double y
public ProcessLayouter.RowHeight height
public boolean firstRow
public boolean lastRow
public Row(int id,
int from,
int to,
java.util.List<Block> blocks,
boolean reversed,
double y,
ProcessLayouter.RowHeight height,
boolean firstRow,
boolean lastRow)