reset method
void
reset()
Resets this cell to default empty state.
Implementation
void reset() {
character = ' ';
foregroundColor = null;
backgroundColor = null;
}
Resets this cell to default empty state.
void reset() {
character = ' ';
foregroundColor = null;
backgroundColor = null;
}