Package | Description |
---|---|
jexer.bits |
Low-level data objects and utility functions that don't warrant their own
separate package.
|
Modifier and Type | Field and Description |
---|---|
static Color |
Color.BLACK
Black.
|
static Color |
Color.BLUE
Blue.
|
static Color |
Color.CYAN
Cyan (blue-green).
|
static Color |
Color.GREEN
Green.
|
static Color |
Color.MAGENTA
Magenta (purple).
|
static Color |
Color.RED
Red.
|
static Color |
Color.WHITE
White.
|
static Color |
Color.YELLOW
Yellow.
|
Modifier and Type | Method and Description |
---|---|
Color |
CellAttributes.getBackColor()
Getter for backColor.
|
Color |
CellAttributes.getForeColor()
Getter for foreColor.
|
Color |
Color.invert()
Invert a color in the same way as (CGA/VGA color XOR 0x7).
|
Modifier and Type | Method and Description |
---|---|
void |
CellAttributes.setBackColor(Color backColor)
Setter for backColor.
|
void |
CellAttributes.setForeColor(Color foreColor)
Setter for foreColor.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.