
public static interface ChengAndChurch.CellVisitor
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
Different modes of operation.
|
static int |
NOT_SELECTED
Different modes of operation.
|
static int |
SELECTED
Different modes of operation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(double val,
int row,
int col,
boolean selrow,
boolean selcol)
Visit a cell.
|
static final int ALL
static final int SELECTED
static final int NOT_SELECTED
boolean visit(double val,
int row,
int col,
boolean selrow,
boolean selcol)
val - Valuerow - Row Numbercol - Column numberselrow - Boolean, whether row is selectedselcol - Boolean, whether column is selectedtrue to stop visiting