com.mindbright.terminal.tandem6530
public class Screen6530Buffer extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int[][] |
attribs |
protected char[][] |
chars |
protected int |
cols |
protected static int |
NO_ATTRIB |
protected int |
rows |
Constructor and Description |
---|
Screen6530Buffer(int rows,
int cols) |
Modifier and Type | Method and Description |
---|---|
int |
getAttrib(int row,
int col) |
char |
getChar(int row,
int col) |
int |
getCols() |
int |
getRows() |
boolean |
isAttrib(int row,
int col) |
void |
setAttrib(int row,
int col,
int attrib) |
void |
setChar(int row,
int col,
char c) |
java.lang.String |
toString() |
protected static final int NO_ATTRIB
protected int rows
protected int cols
protected int[][] attribs
protected char[][] chars
public int getRows()
public int getCols()
public void setAttrib(int row, int col, int attrib)
public int getAttrib(int row, int col)
public boolean isAttrib(int row, int col)
public void setChar(int row, int col, char c)
public char getChar(int row, int col)
public java.lang.String toString()
toString
in class java.lang.Object