Uses of Enum Class
com.github.rvesse.airline.io.decorations.BasicDecoration
Packages that use BasicDecoration
Package
Description
-
Uses of BasicDecoration in com.github.rvesse.airline.io.decorations
Subclasses with type arguments of type BasicDecoration in com.github.rvesse.airline.io.decorationsMethods in com.github.rvesse.airline.io.decorations that return BasicDecorationModifier and TypeMethodDescriptionstatic BasicDecorationReturns the enum constant of this class with the specified name.static BasicDecoration[]BasicDecoration.values()Returns an array containing the constants of this enum class, 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 BasicDecorationModifier and TypeFieldDescriptionprotected 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 BasicDecorationModifier and TypeMethodDescriptionprotected final voidColorizedOutputStream.setDecoration(boolean enabled, BasicDecoration decoration, OutputStreamControlTracker<BasicDecoration> control) Method parameters in com.github.rvesse.airline.io.output with type arguments of type BasicDecorationModifier and TypeMethodDescriptionprotected final 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 BasicDecorationModifier and TypeFieldDescriptionprotected 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 BasicDecorationModifier and TypeMethodDescriptionprotected final 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 BasicDecorationModifier and TypeMethodDescriptionprotected final ColorizedWriter<T> ColorizedWriter.setDecoration(boolean enabled, BasicDecoration decoration, WriterControlTracker<BasicDecoration> control)