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)Устанавливает цвет фонаvoidConsoleDelegate. setBackground(Color color)voidConsole. setForeground(Color color)Устанавливает цвет текстаvoidConsoleDelegate. 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 voidNixAbstractConsole. setBackground(Color color)voidNixAsyncConsole. setBackground(Color color)voidNixAbstractConsole. setForeground(Color color)voidNixAsyncConsole. 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)
-