Uses of Interface
com.github.rvesse.airline.io.ControlCodeSource
-
-
Uses of ControlCodeSource in com.github.rvesse.airline.io
Fields in com.github.rvesse.airline.io declared as ControlCodeSource Modifier and Type Field Description protected ControlCodeSource<T>ControlTracker. providerConstructors in com.github.rvesse.airline.io with parameters of type ControlCodeSource Constructor Description ControlTracker(ControlCodeSource<T> provider) -
Uses of ControlCodeSource in com.github.rvesse.airline.io.colors.sources
Classes in com.github.rvesse.airline.io.colors.sources that implement ControlCodeSource Modifier and Type Class Description classAnsiBackgroundColorSource<T extends AnsiColorProvider>An ANSI colour source for background coloursclassAnsiColorSource<T extends AnsiColorProvider>classAnsiForegroundColorSource<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 Modifier and Type Class Description classAnsiDecorationSource<T extends AnsiDecorationProvider> -
Uses of ControlCodeSource in com.github.rvesse.airline.io.output
Constructors in com.github.rvesse.airline.io.output with parameters of type ControlCodeSource Constructor Description ColorizedOutputStream(java.io.OutputStream output, ControlCodeSource<T> foregroundColorSource, ControlCodeSource<T> backgroundColorSource)OutputStreamControlTracker(java.io.OutputStream output, ControlCodeSource<T> provider)OutputStreamControlTracker(java.io.OutputStream output, java.nio.charset.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 ControlCodeSource Constructor Description ColorizedWriter(java.io.Writer writer, ControlCodeSource<T> foregroundColorSource, ControlCodeSource<T> backgroundColorSource)WriterControlTracker(java.io.Writer writer, ControlCodeSource<T> provider)
-