Uses of Interface
com.github.rvesse.airline.io.ControlCodeSource
Packages that use ControlCodeSource
Package
Description
-
Uses of ControlCodeSource in com.github.rvesse.airline.io
Fields in com.github.rvesse.airline.io declared as ControlCodeSourceConstructors in com.github.rvesse.airline.io with parameters of type ControlCodeSource -
Uses of ControlCodeSource in com.github.rvesse.airline.io.colors.sources
Classes in com.github.rvesse.airline.io.colors.sources that implement ControlCodeSourceModifier and TypeClassDescriptionclass
AnsiBackgroundColorSource<T extends AnsiColorProvider>
An ANSI colour source for background coloursclass
AnsiColorSource<T extends AnsiColorProvider>
class
AnsiForegroundColorSource<T extends AnsiColorProvider>
An ANSI colour source for background colours -
Uses of ControlCodeSource in com.github.rvesse.airline.io.decorations.sources
Classes in com.github.rvesse.airline.io.decorations.sources that implement ControlCodeSource -
Uses of ControlCodeSource in com.github.rvesse.airline.io.output
Constructors in com.github.rvesse.airline.io.output with parameters of type ControlCodeSourceModifierConstructorDescriptionColorizedOutputStream
(OutputStream output, ControlCodeSource<T> foregroundColorSource, ControlCodeSource<T> backgroundColorSource) OutputStreamControlTracker
(OutputStream output, ControlCodeSource<T> provider) OutputStreamControlTracker
(OutputStream output, Charset charset, ControlCodeSource<T> provider) -
Uses of ControlCodeSource in com.github.rvesse.airline.io.writers
Constructors in com.github.rvesse.airline.io.writers with parameters of type ControlCodeSourceModifierConstructorDescriptionColorizedWriter
(Writer writer, ControlCodeSource<T> foregroundColorSource, ControlCodeSource<T> backgroundColorSource) WriterControlTracker
(Writer writer, ControlCodeSource<T> provider)