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 AnsiMode
AnsiPrintStream. getMode()
static AnsiMode
AnsiMode. 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 void
AnsiPrintStream. 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 AnsiMode
AnsiOutputStream. mode
Methods in org.fusesource.jansi.io that return AnsiMode Modifier and Type Method Description AnsiMode
AnsiOutputStream. getMode()
Methods in org.fusesource.jansi.io with parameters of type AnsiMode Modifier and Type Method Description void
AnsiOutputStream. setMode(AnsiMode mode)
Constructors in org.fusesource.jansi.io with parameters of type AnsiMode Constructor Description AnsiOutputStream(java.io.OutputStream os, AnsiMode mode, AnsiProcessor processor, AnsiType type, AnsiColors colors, java.nio.charset.Charset cs, AnsiOutputStream.IoRunnable installer, AnsiOutputStream.IoRunnable uninstaller, boolean resetAtUninstall)
-