Uses of Class
jexer.bits.Color
-
Packages that use Color Package Description jexer.bits Low-level data objects and utility functions that don't warrant their own separate package. -
-
Uses of Color in jexer.bits
Fields in jexer.bits declared as Color Modifier and Type Field 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.Methods in jexer.bits that return Color Modifier and Type Method 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).Methods in jexer.bits with parameters of type Color Modifier and Type Method Description void
CellAttributes. setBackColor(Color backColor)
Setter for backColor.void
CellAttributes. setForeColor(Color foreColor)
Setter for foreColor.
-