|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jscape.inet.terminal.Row
Represents terminal screen row as array of Cells.
Corresponding to VT100 User's Manual terminal row can have
doubled width or doubled high (or both).
| Constructor Summary | |
Row(int colNum)
Creates Row object giving quantity of cells. |
|
Row(Row row)
Copy constructor. |
|
| Method Summary | |
Cell |
cellAt(int index)
Gives access to specified cell. |
boolean |
isDoubleHigh()
Checks if current row has doubled high. |
boolean |
isDoubleWidth()
Checks if current row has doubled width. |
void |
setDoubleHigh(boolean doubleHigh)
Sets current row to has doubled high. |
void |
setDoubleWidth(boolean doubleWidth)
Sets current row to has doubled width. |
Cell[] |
toCellArray()
Represents current row as array of Cell objects. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Row(int colNum)
Row object giving quantity of cells.
colNum - number of cells.public Row(Row row)
row - Row object to be copied.| Method Detail |
public Cell cellAt(int index)
index - number of cell to access.
Cell object with giving number.public boolean isDoubleWidth()
public void setDoubleWidth(boolean doubleWidth)
doubleWidth - true if current row must have doubled width.public boolean isDoubleHigh()
public void setDoubleHigh(boolean doubleHigh)
doubleHigh - true if current row must have doubled high.public Cell[] toCellArray()
Cell objects.
Cell objects.public java.lang.String toString()
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||