public class Cell extends java.lang.Object
int
col
height
static int
INVALID
Cell
realCell
row
width
Cell(Cell realCell)
Cell(int col, int row)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final int INVALID
public int col
public int row
public Cell realCell
public int width
public int height
public Cell(int col, int row)
public Cell(Cell realCell)