Uses of Enum Class
com.github.rvesse.airline.io.colors.BasicColor
Packages that use BasicColor
Package
Description
-
Uses of BasicColor in com.github.rvesse.airline.examples.io
Subclasses with type arguments of type BasicColor in com.github.rvesse.airline.examples.ioMethods in com.github.rvesse.airline.examples.io that return BasicColorMethods in com.github.rvesse.airline.examples.io that return types with arguments of type BasicColorModifier and TypeMethodDescriptionprotected ColorizedOutputStream<BasicColor> ColorsBasic.openOutputStream() -
Uses of BasicColor in com.github.rvesse.airline.io.colors
Subclasses with type arguments of type BasicColor in com.github.rvesse.airline.io.colorsMethods in com.github.rvesse.airline.io.colors that return BasicColorModifier and TypeMethodDescriptionstatic BasicColorReturns the enum constant of this class with the specified name.static BasicColor[]BasicColor.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BasicColor in com.github.rvesse.airline.io.output
Subclasses with type arguments of type BasicColor in com.github.rvesse.airline.io.outputModifier and TypeClassDescriptionclassA colorized output stream supporting the basic ANSI colours -
Uses of BasicColor in com.github.rvesse.airline.io.writers
Subclasses with type arguments of type BasicColor in com.github.rvesse.airline.io.writersModifier and TypeClassDescriptionclassA colorized writer supporting the basic ANSI colors