Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- Ansi - Class in com.diogonunes.jcolor
-
Provides a fluent API to generate ANSI escape sequences by specifying
Attribute
s of your format. - Ansi() - Constructor for class com.diogonunes.jcolor.Ansi
- AnsiFormat - Class in com.diogonunes.jcolor
-
Abstracts an Array of
Attribute
s. - AnsiFormat(Attribute...) - Constructor for class com.diogonunes.jcolor.AnsiFormat
- Attribute - Class in com.diogonunes.jcolor
-
Abstracts ANSI codes with intuitive names.
- Attribute() - Constructor for class com.diogonunes.jcolor.Attribute
B
- BACK_COLOR(int) - Static method in class com.diogonunes.jcolor.Attribute
- BACK_COLOR(int, int, int) - Static method in class com.diogonunes.jcolor.Attribute
- BLACK_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- BLACK_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- BLUE_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- BLUE_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- BOLD() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_BLACK_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_BLACK_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_BLUE_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_BLUE_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_CYAN_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_CYAN_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_GREEN_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_GREEN_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_MAGENTA_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_MAGENTA_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_RED_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_RED_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_WHITE_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_WHITE_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_YELLOW_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- BRIGHT_YELLOW_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
C
- CLEAR() - Static method in class com.diogonunes.jcolor.Attribute
- CLEAR_SCREEN() - Static method in class com.diogonunes.jcolor.Command
- colorize(Command) - Static method in class com.diogonunes.jcolor.Ansi
- colorize(String, AnsiFormat) - Static method in class com.diogonunes.jcolor.Ansi
- colorize(String, Attribute...) - Static method in class com.diogonunes.jcolor.Ansi
- colorize(String, String) - Static method in class com.diogonunes.jcolor.Ansi
- com.diogonunes.jcolor - package com.diogonunes.jcolor
- Command - Class in com.diogonunes.jcolor
-
Abstracts ANSI codes with intuitive names.
- CYAN_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- CYAN_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
D
- DESATURATED() - Static method in class com.diogonunes.jcolor.Attribute
- DIM() - Static method in class com.diogonunes.jcolor.Attribute
E
- ENCIRCLED() - Static method in class com.diogonunes.jcolor.Attribute
F
- format(String) - Method in class com.diogonunes.jcolor.AnsiFormat
- FRAMED() - Static method in class com.diogonunes.jcolor.Attribute
G
- generateCode(AnsiFormat) - Static method in class com.diogonunes.jcolor.Ansi
- generateCode(Attribute...) - Static method in class com.diogonunes.jcolor.Ansi
- generateCode(Command) - Static method in class com.diogonunes.jcolor.Ansi
- GREEN_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- GREEN_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
H
I
M
- MAGENTA_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- MAGENTA_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- makeItFabulous(String, Attribute...) - Static method in class com.diogonunes.jcolor.Ansi
-
Easter egg.
N
O
- OVERLINED() - Static method in class com.diogonunes.jcolor.Attribute
P
- POSTFIX - Static variable in class com.diogonunes.jcolor.Ansi
-
Every Ansi escape code must end with this POSTFIX.
- PREFIX - Static variable in class com.diogonunes.jcolor.Ansi
-
Every Ansi escape code begins with this PREFIX.
R
- RAPID_BLINK() - Static method in class com.diogonunes.jcolor.Attribute
- RED_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- RED_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
- RESET - Static variable in class com.diogonunes.jcolor.Ansi
-
Shorthand for the Ansi code that resets to the terminal's default format.
- REVERSE() - Static method in class com.diogonunes.jcolor.Attribute
S
- SATURATED() - Static method in class com.diogonunes.jcolor.Attribute
- SEPARATOR - Static variable in class com.diogonunes.jcolor.Ansi
-
Two options must be separated by this SEPARATOR.
- SLOW_BLINK() - Static method in class com.diogonunes.jcolor.Attribute
- STRIKETHROUGH() - Static method in class com.diogonunes.jcolor.Attribute
T
- TEXT_COLOR(int) - Static method in class com.diogonunes.jcolor.Attribute
- TEXT_COLOR(int, int, int) - Static method in class com.diogonunes.jcolor.Attribute
- toArray() - Method in class com.diogonunes.jcolor.AnsiFormat
- toString() - Method in class com.diogonunes.jcolor.Attribute
- toString() - Method in class com.diogonunes.jcolor.Command
U
- UNDERLINE() - Static method in class com.diogonunes.jcolor.Attribute
W
- WHITE_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- WHITE_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
Y
- YELLOW_BACK() - Static method in class com.diogonunes.jcolor.Attribute
- YELLOW_TEXT() - Static method in class com.diogonunes.jcolor.Attribute
All Classes and Interfaces|All Packages|Constant Field Values