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 ColorColor. BLACKBlack.static ColorColor. BLUEBlue.static ColorColor. CYANCyan (blue-green).static ColorColor. GREENGreen.static ColorColor. MAGENTAMagenta (purple).static ColorColor. REDRed.static ColorColor. WHITEWhite.static ColorColor. YELLOWYellow.Methods in jexer.bits that return Color Modifier and Type Method Description ColorCellAttributes. getBackColor()Getter for backColor.ColorCellAttributes. getForeColor()Getter for foreColor.static ColorColor. getSgrColor(int sgrValue)Public constructor returns one of the static Color instances.ColorColor. 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 voidCellAttributes. setBackColor(Color backColor)Setter for backColor.voidCellAttributes. setForeColor(Color foreColor)Setter for foreColor.
-