public class IntegerCell
extends java.lang.Object
Grid with the position (x,y) and an integer value| Constructor and Description |
|---|
IntegerCell(int x,
int y,
int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
int |
getX() |
int |
getY() |