Uses of Enum Class
org.jline.jansi.AnsiColors
Packages that use AnsiColors
-
Uses of AnsiColors in org.jline.jansi
Methods in org.jline.jansi that return AnsiColorsModifier and TypeMethodDescriptionAnsiPrintStream.getColors()
static AnsiColors
Returns the enum constant of this class with the specified name.static AnsiColors[]
AnsiColors.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AnsiColors in org.jline.jansi.io
Methods in org.jline.jansi.io that return AnsiColorsConstructors in org.jline.jansi.io with parameters of type AnsiColorsModifierConstructorDescriptionAnsiOutputStream
(OutputStream os, AnsiOutputStream.WidthSupplier width, AnsiMode mode, AnsiProcessor processor, AnsiType type, AnsiColors colors, Charset cs, AnsiOutputStream.IoRunnable installer, AnsiOutputStream.IoRunnable uninstaller, boolean resetAtUninstall) ColorsAnsiProcessor
(OutputStream os, AnsiColors colors)