public interface GridModel<T> extends com.simsilica.lemur.core.VersionedObject<GridModel<T>>
Modifier and Type | Method and Description |
---|---|
T |
getCell(int row,
int col,
T existing) |
int |
getColumnCount() |
int |
getRowCount() |
void |
setCell(int row,
int col,
T value) |