public class Cell
extends java.lang.Object
Constructor and Description |
---|
Cell(int row,
int col) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxCol() |
int |
getMaxRow() |
int |
getMinCol() |
int |
getMinRow() |
int |
getNbCols() |
int |
getNbRows() |
void |
mergeLeft() |
java.lang.String |
toString() |
public void mergeLeft()
public int getMinRow()
public int getMaxRow()
public int getMinCol()
public int getMaxCol()
public int getNbRows()
public int getNbCols()
public java.lang.String toString()
toString
in class java.lang.Object