Uses of Class
org.jline.utils.ColorPalette
-
Packages that use ColorPalette Package Description org.jline.terminal org.jline.terminal.impl JLine 3.org.jline.utils JLine 3. -
-
Uses of ColorPalette in org.jline.terminal
Methods in org.jline.terminal that return ColorPalette Modifier and Type Method Description ColorPalette
Terminal. getPalette()
Color support -
Uses of ColorPalette in org.jline.terminal.impl
Fields in org.jline.terminal.impl declared as ColorPalette Modifier and Type Field Description protected ColorPalette
AbstractTerminal. palette
Methods in org.jline.terminal.impl that return ColorPalette Modifier and Type Method Description ColorPalette
AbstractTerminal. getPalette()
-
Uses of ColorPalette in org.jline.utils
Fields in org.jline.utils declared as ColorPalette Modifier and Type Field Description static ColorPalette
ColorPalette. DEFAULT
Methods in org.jline.utils with parameters of type ColorPalette Modifier and Type Method Description java.lang.String
AttributedCharSequence. toAnsi(int colors, AttributedCharSequence.ForceMode force, ColorPalette palette)
java.lang.String
AttributedCharSequence. toAnsi(int colors, AttributedCharSequence.ForceMode force, ColorPalette palette, java.lang.String altIn, java.lang.String altOut)
-