Package tk.doraneko.commons
Class ConsoleColors
- java.lang.Object
-
- tk.doraneko.commons.ConsoleColors
-
public class ConsoleColors extends Object
In màu trên terminal của các ứng dụng console
Cú pháp:
System.out.println(ConsoleColors.RED + "Welcome Java Network Programing Project" + ConsoleColors.RESET);
Kết quả:
Welcome Java Network Programing Project
- Since:
- 23/08/2019
- Author:
- tranphuquy19@gmail.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ConsoleColors()
-
-
-
Field Detail
-
RESET
public static final String RESET
- See Also:
- Constant Field Values
-
BLACK
public static final String BLACK
- See Also:
- Constant Field Values
-
RED
public static final String RED
- See Also:
- Constant Field Values
-
GREEN
public static final String GREEN
- See Also:
- Constant Field Values
-
YELLOW
public static final String YELLOW
- See Also:
- Constant Field Values
-
BLUE
public static final String BLUE
- See Also:
- Constant Field Values
-
PURPLE
public static final String PURPLE
- See Also:
- Constant Field Values
-
CYAN
public static final String CYAN
- See Also:
- Constant Field Values
-
WHITE
public static final String WHITE
- See Also:
- Constant Field Values
-
BLACK_BOLD
public static final String BLACK_BOLD
- See Also:
- Constant Field Values
-
RED_BOLD
public static final String RED_BOLD
- See Also:
- Constant Field Values
-
GREEN_BOLD
public static final String GREEN_BOLD
- See Also:
- Constant Field Values
-
YELLOW_BOLD
public static final String YELLOW_BOLD
- See Also:
- Constant Field Values
-
BLUE_BOLD
public static final String BLUE_BOLD
- See Also:
- Constant Field Values
-
PURPLE_BOLD
public static final String PURPLE_BOLD
- See Also:
- Constant Field Values
-
CYAN_BOLD
public static final String CYAN_BOLD
- See Also:
- Constant Field Values
-
WHITE_BOLD
public static final String WHITE_BOLD
- See Also:
- Constant Field Values
-
BLACK_UNDERLINED
public static final String BLACK_UNDERLINED
- See Also:
- Constant Field Values
-
RED_UNDERLINED
public static final String RED_UNDERLINED
- See Also:
- Constant Field Values
-
GREEN_UNDERLINED
public static final String GREEN_UNDERLINED
- See Also:
- Constant Field Values
-
YELLOW_UNDERLINED
public static final String YELLOW_UNDERLINED
- See Also:
- Constant Field Values
-
BLUE_UNDERLINED
public static final String BLUE_UNDERLINED
- See Also:
- Constant Field Values
-
PURPLE_UNDERLINED
public static final String PURPLE_UNDERLINED
- See Also:
- Constant Field Values
-
CYAN_UNDERLINED
public static final String CYAN_UNDERLINED
- See Also:
- Constant Field Values
-
WHITE_UNDERLINED
public static final String WHITE_UNDERLINED
- See Also:
- Constant Field Values
-
BLACK_BACKGROUND
public static final String BLACK_BACKGROUND
- See Also:
- Constant Field Values
-
RED_BACKGROUND
public static final String RED_BACKGROUND
- See Also:
- Constant Field Values
-
GREEN_BACKGROUND
public static final String GREEN_BACKGROUND
- See Also:
- Constant Field Values
-
YELLOW_BACKGROUND
public static final String YELLOW_BACKGROUND
- See Also:
- Constant Field Values
-
BLUE_BACKGROUND
public static final String BLUE_BACKGROUND
- See Also:
- Constant Field Values
-
PURPLE_BACKGROUND
public static final String PURPLE_BACKGROUND
- See Also:
- Constant Field Values
-
CYAN_BACKGROUND
public static final String CYAN_BACKGROUND
- See Also:
- Constant Field Values
-
WHITE_BACKGROUND
public static final String WHITE_BACKGROUND
- See Also:
- Constant Field Values
-
BLACK_BRIGHT
public static final String BLACK_BRIGHT
- See Also:
- Constant Field Values
-
RED_BRIGHT
public static final String RED_BRIGHT
- See Also:
- Constant Field Values
-
GREEN_BRIGHT
public static final String GREEN_BRIGHT
- See Also:
- Constant Field Values
-
YELLOW_BRIGHT
public static final String YELLOW_BRIGHT
- See Also:
- Constant Field Values
-
BLUE_BRIGHT
public static final String BLUE_BRIGHT
- See Also:
- Constant Field Values
-
PURPLE_BRIGHT
public static final String PURPLE_BRIGHT
- See Also:
- Constant Field Values
-
CYAN_BRIGHT
public static final String CYAN_BRIGHT
- See Also:
- Constant Field Values
-
WHITE_BRIGHT
public static final String WHITE_BRIGHT
- See Also:
- Constant Field Values
-
BLACK_BOLD_BRIGHT
public static final String BLACK_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
RED_BOLD_BRIGHT
public static final String RED_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
GREEN_BOLD_BRIGHT
public static final String GREEN_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
YELLOW_BOLD_BRIGHT
public static final String YELLOW_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
BLUE_BOLD_BRIGHT
public static final String BLUE_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
PURPLE_BOLD_BRIGHT
public static final String PURPLE_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
CYAN_BOLD_BRIGHT
public static final String CYAN_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
WHITE_BOLD_BRIGHT
public static final String WHITE_BOLD_BRIGHT
- See Also:
- Constant Field Values
-
BLACK_BACKGROUND_BRIGHT
public static final String BLACK_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
RED_BACKGROUND_BRIGHT
public static final String RED_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
GREEN_BACKGROUND_BRIGHT
public static final String GREEN_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
YELLOW_BACKGROUND_BRIGHT
public static final String YELLOW_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
BLUE_BACKGROUND_BRIGHT
public static final String BLUE_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
PURPLE_BACKGROUND_BRIGHT
public static final String PURPLE_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
CYAN_BACKGROUND_BRIGHT
public static final String CYAN_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
WHITE_BACKGROUND_BRIGHT
public static final String WHITE_BACKGROUND_BRIGHT
- See Also:
- Constant Field Values
-
-