Uses of Class
org.jline.utils.ColorPalette
Packages that use ColorPalette
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
JLine Terminal implementation classes.
JLine utility classes.
-
Uses of ColorPalette in org.jline.terminal
Methods in org.jline.terminal that return ColorPaletteModifier and TypeMethodDescriptionTerminal.getPalette()
Returns the color palette for this terminal. -
Uses of ColorPalette in org.jline.terminal.impl
Fields in org.jline.terminal.impl declared as ColorPaletteMethods in org.jline.terminal.impl that return ColorPalette -
Uses of ColorPalette in org.jline.utils
Fields in org.jline.utils declared as ColorPaletteMethods in org.jline.utils with parameters of type ColorPaletteModifier and TypeMethodDescriptionAttributedCharSequence.toAnsi
(int colors, AttributedCharSequence.ForceMode force, ColorPalette palette) Converts this attributed string to an ANSI escape sequence string with the specified color capabilities, force mode, and color palette.AttributedCharSequence.toAnsi
(int colors, AttributedCharSequence.ForceMode force, ColorPalette palette, String altIn, String altOut) Converts this attributed string to an ANSI escape sequence string with the specified color capabilities, force mode, color palette, and alternate character set sequences.