Module com.github.rvesse.airline.io
Class AnsiBasicColorizedWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
com.github.rvesse.airline.io.writers.AnsiWriter
com.github.rvesse.airline.io.writers.ColorizedWriter<BasicColor>
com.github.rvesse.airline.io.writers.AnsiBasicColorizedWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
A colorized writer supporting the basic ANSI colors
-
Field Summary
Fields inherited from class com.github.rvesse.airline.io.writers.ColorizedWriter
backgroundControl, bold, foregroundControl, italic, strikeThrough, underline
Fields inherited from class java.io.FilterWriter
out
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.rvesse.airline.io.writers.ColorizedWriter
resetBackgroundColor, resetForegroundColor, setBackgroundColor, setBold, setDecoration, setForegroundColor, setItalic, setStrikeThrough, setUnderline
Methods inherited from class com.github.rvesse.airline.io.writers.AnsiWriter
applyAll, close, registerControl, registerControls, resetAll, write, write, write
Methods inherited from class java.io.FilterWriter
flush
-
Constructor Details
-
AnsiBasicColorizedWriter
-