Uses of Class
org.jline.jansi.io.AnsiProcessor
Packages that use AnsiProcessor
-
Uses of AnsiProcessor in org.jline.jansi.io
Subclasses of AnsiProcessor in org.jline.jansi.ioModifier and TypeClassDescriptionclassAnsi processor to process color conversion if needed.final classA Windows ANSI escape processor, that uses JNA to access native platform API's to change the console attributes (see Jansi native Kernel32).Constructors in org.jline.jansi.io with parameters of type AnsiProcessorModifierConstructorDescriptionAnsiOutputStream(OutputStream os, AnsiOutputStream.WidthSupplier width, AnsiMode mode, AnsiProcessor processor, AnsiType type, AnsiColors colors, Charset cs, AnsiOutputStream.IoRunnable installer, AnsiOutputStream.IoRunnable uninstaller, boolean resetAtUninstall)