Choices of handling invisible cells by a square series.
More...
Choices of handling invisible cells by a square series.
Rows are vertical if ColumnsFirst=YES.
|
static final int | SHIFT_ALL_CELLS = 7 |
| Pack all cells to fill the empty space without preserving rows: a row's cells may be moves into previous rows if space is available. More...
|
|
static final int | SHIFT_COLUMNS = 1 |
| Shift columns withing a row to fill the space of invisible columns (rows are vertical if ColumnsFirst=YES). More...
|
|
static final int | SHIFT_ROWS = 2 |
| Shift rows to fill the space of empty rows (rows are vertical if ColumnsFirst=YES). More...
|
|
static final int | SHIFT_ROWS_COLUMNS = 3 |
| Shift both rows and columns. More...
|
|
static final int | SKIP_INVISIBLE_CELLS = 0 |
| Don't shift cells to fill an empty space left by an invisible cell. More...
|
|
◆ SHIFT_ALL_CELLS
final int SHIFT_ALL_CELLS = 7 |
|
static |
Pack all cells to fill the empty space without preserving rows: a row's cells may be moves into previous rows if space is available.
◆ SHIFT_COLUMNS
final int SHIFT_COLUMNS = 1 |
|
static |
Shift columns withing a row to fill the space of invisible columns (rows are vertical if ColumnsFirst=YES).
◆ SHIFT_ROWS
Shift rows to fill the space of empty rows (rows are vertical if ColumnsFirst=YES).
◆ SHIFT_ROWS_COLUMNS
final int SHIFT_ROWS_COLUMNS = 3 |
|
static |
Shift both rows and columns.
◆ SKIP_INVISIBLE_CELLS
final int SKIP_INVISIBLE_CELLS = 0 |
|
static |
Don't shift cells to fill an empty space left by an invisible cell.