public class Cell extends Object
Constructor and Description |
---|
Cell(int row,
int col) |
Modifier and Type | Method and Description |
---|---|
int |
getCol() |
int |
getRow() |
boolean |
isHidden() |
void |
setCol(int col) |
void |
setHidden(boolean hidden) |
void |
setRow(int row) |
String |
toString() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.