Uses of Enum
org.fusesource.jansi.AnsiColors
Packages that use AnsiColors
-
Uses of AnsiColors in org.fusesource.jansi
Methods in org.fusesource.jansi that return AnsiColorsModifier and TypeMethodDescriptionAnsiPrintStream.getColors()
static AnsiColors
Returns the enum constant of this type with the specified name.static AnsiColors[]
AnsiColors.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnsiColors in org.fusesource.jansi.io
Methods in org.fusesource.jansi.io that return AnsiColorsConstructors in org.fusesource.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)