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 BasicDecorationBasicDecoration. 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. boldprotected OutputStreamControlTracker<BasicDecoration>ColorizedOutputStream. italicprotected OutputStreamControlTracker<BasicDecoration>ColorizedOutputStream. strikeThroughprotected OutputStreamControlTracker<BasicDecoration>ColorizedOutputStream. underlineMethods in com.github.rvesse.airline.io.output with parameters of type BasicDecoration Modifier and Type Method Description protected voidColorizedOutputStream. 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 voidColorizedOutputStream. 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. boldprotected WriterControlTracker<BasicDecoration>ColorizedWriter. italicprotected WriterControlTracker<BasicDecoration>ColorizedWriter. strikeThroughprotected WriterControlTracker<BasicDecoration>ColorizedWriter. underlineMethods 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)
-