Constructor and Description |
---|
GridCellImpl(int iX,
int iY,
double dValue) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object cell) |
boolean |
equals(java.lang.Object obj) |
double |
getValue() |
int |
getX() |
int |
getY() |
void |
setValue(double dValue) |
void |
setX(int iX) |
void |
setY(int iY) |