Uses of Class
org.fusesource.jansi.AnsiMode
-
Packages that use AnsiMode Package Description org.fusesource.jansi org.fusesource.jansi.io -
-
Uses of AnsiMode in org.fusesource.jansi
Methods in org.fusesource.jansi that return AnsiMode Modifier and Type Method Description AnsiModeAnsiPrintStream. getMode()static AnsiModeAnsiMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AnsiMode[]AnsiMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fusesource.jansi with parameters of type AnsiMode Modifier and Type Method Description voidAnsiPrintStream. setMode(AnsiMode ansiMode) -
Uses of AnsiMode in org.fusesource.jansi.io
Fields in org.fusesource.jansi.io declared as AnsiMode Modifier and Type Field Description private AnsiModeAnsiOutputStream. modeMethods in org.fusesource.jansi.io that return AnsiMode Modifier and Type Method Description AnsiModeAnsiOutputStream. getMode()Methods in org.fusesource.jansi.io with parameters of type AnsiMode Modifier and Type Method Description voidAnsiOutputStream. setMode(AnsiMode mode)Constructors in org.fusesource.jansi.io with parameters of type AnsiMode Constructor Description AnsiOutputStream(java.io.OutputStream os, AnsiOutputStream.WidthSupplier width, AnsiMode mode, AnsiProcessor processor, AnsiType type, AnsiColors colors, java.nio.charset.Charset cs, AnsiOutputStream.IoRunnable installer, AnsiOutputStream.IoRunnable uninstaller, boolean resetAtUninstall)
-