Uses of Class
xyz.cofe.term.common.Color
-
Packages that use Color Package Description xyz.cofe.term.common xyz.cofe.term.common.nix xyz.cofe.term.common.win -
-
Uses of Color in xyz.cofe.term.common
Methods in xyz.cofe.term.common that return Color Modifier and Type Method Description static ColorColor. valueOf(String name)Returns the enum constant of this type with the specified name.static Color[]Color. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.term.common with parameters of type Color Modifier and Type Method Description voidConsole. setBackground(Color color)Устанавливает цвет фонаvoidConsole. setForeground(Color color)Устанавливает цвет текста -
Uses of Color in xyz.cofe.term.common.nix
Methods in xyz.cofe.term.common.nix with parameters of type Color Modifier and Type Method Description voidNixConsole. setBackground(Color color)voidNixConsole. setForeground(Color color) -
Uses of Color in xyz.cofe.term.common.win
Methods in xyz.cofe.term.common.win with parameters of type Color Modifier and Type Method Description voidWinConsole. setBackground(Color color)voidWinConsole. setForeground(Color color)
-