|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellAttributes | |
---|---|
com.jscape.inet.terminal | Contains classes for parsing vt100 emulated data from a telnet server. |
Uses of CellAttributes in com.jscape.inet.terminal |
---|
Methods in com.jscape.inet.terminal that return CellAttributes | |
---|---|
CellAttributes |
Cell.getAttributes()
Returns current attributes of Cell object. |
CellAttributes |
Terminal.getCellAttributes()
Returns current screen cell attributes. |
static CellAttributes |
CellAttributes.getInstance()
Returns CellAttributes object with default parameters:
all character parametrs are false, foreground color is white,
background is black. |
static CellAttributes |
CellAttributes.getInstance(boolean bold,
boolean underscored,
boolean blinked,
boolean reversed,
java.awt.Color fgColor,
java.awt.Color bkColor)
Returns instance of CellAttributes class giving all
needed parameters. |
Methods in com.jscape.inet.terminal with parameters of type CellAttributes | |
---|---|
void |
Cell.setAttributes(CellAttributes attributes)
Sets current Cell object attributes. |
void |
Terminal.setCellAttributes(CellAttributes attributes)
Sets new screen cell attributes. |
Constructors in com.jscape.inet.terminal with parameters of type CellAttributes | |
---|---|
Cell(char value,
CellAttributes attributes)
Creates Cell object giving value and attributes. |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |