public class AttributeStorage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
attribute
Current cell attribute
|
int |
col
Cursor column number
|
int |
color
Current cell color
|
int |
row
Cursor row number
|
| Constructor and Description |
|---|
AttributeStorage(int row,
int col,
int attribute,
int color)
Constructor.
|