|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--BooleanGrid
in alpha testing
| Constructor Summary | |
BooleanGrid(BooleanGrid old)
in alpha testing |
|
BooleanGrid(int nRows,
int nCols,
boolean startValue)
in alpha testing |
|
| Method Summary | |
void |
clone(BooleanGrid old)
in alpha testing |
boolean |
getBoolean(int row,
int col)
in alpha testing |
int |
getColumns()
in alpha testing |
int |
getRows()
in alpha testing |
void |
reverse()
in alpha testing |
void |
setAll(boolean value)
in alpha testing |
void |
setBoolean(int row,
int col,
boolean value)
in alpha testing |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public BooleanGrid(int nRows,
int nCols,
boolean startValue)
public BooleanGrid(BooleanGrid old)
| Method Detail |
public void setAll(boolean value)
public void clone(BooleanGrid old)
public void reverse()
public void setBoolean(int row,
int col,
boolean value)
public boolean getBoolean(int row,
int col)
public int getRows()
public int getColumns()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||