Uses of Class
com.github.rvesse.airline.io.decorations.BasicDecoration
-
Packages that use BasicDecoration Package Description com.github.rvesse.airline.io.decorations com.github.rvesse.airline.io.output com.github.rvesse.airline.io.writers -
-
Uses of BasicDecoration in com.github.rvesse.airline.io.decorations
Methods in com.github.rvesse.airline.io.decorations that return BasicDecoration Modifier and Type Method Description static BasicDecoration
BasicDecoration. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BasicDecoration[]
BasicDecoration. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BasicDecoration in com.github.rvesse.airline.io.output
Fields in com.github.rvesse.airline.io.output with type parameters of type BasicDecoration Modifier and Type Field Description protected OutputStreamControlTracker<BasicDecoration>
ColorizedOutputStream. bold
protected OutputStreamControlTracker<BasicDecoration>
ColorizedOutputStream. italic
protected OutputStreamControlTracker<BasicDecoration>
ColorizedOutputStream. strikeThrough
protected OutputStreamControlTracker<BasicDecoration>
ColorizedOutputStream. underline
Methods in com.github.rvesse.airline.io.output with parameters of type BasicDecoration Modifier and Type Method Description protected void
ColorizedOutputStream. setDecoration(boolean enabled, BasicDecoration decoration, OutputStreamControlTracker<BasicDecoration> control)
Method parameters in com.github.rvesse.airline.io.output with type arguments of type BasicDecoration Modifier and Type Method Description protected void
ColorizedOutputStream. setDecoration(boolean enabled, BasicDecoration decoration, OutputStreamControlTracker<BasicDecoration> control)
-
Uses of BasicDecoration in com.github.rvesse.airline.io.writers
Fields in com.github.rvesse.airline.io.writers with type parameters of type BasicDecoration Modifier and Type Field Description protected WriterControlTracker<BasicDecoration>
ColorizedWriter. bold
protected WriterControlTracker<BasicDecoration>
ColorizedWriter. italic
protected WriterControlTracker<BasicDecoration>
ColorizedWriter. strikeThrough
protected WriterControlTracker<BasicDecoration>
ColorizedWriter. underline
Methods in com.github.rvesse.airline.io.writers with parameters of type BasicDecoration Modifier and Type Method Description protected ColorizedWriter<T>
ColorizedWriter. setDecoration(boolean enabled, BasicDecoration decoration, WriterControlTracker<BasicDecoration> control)
Method parameters in com.github.rvesse.airline.io.writers with type arguments of type BasicDecoration Modifier and Type Method Description protected ColorizedWriter<T>
ColorizedWriter. setDecoration(boolean enabled, BasicDecoration decoration, WriterControlTracker<BasicDecoration> control)
-