Uses of Class
com.github.rvesse.airline.io.colors.BasicColor
-
Packages that use BasicColor Package Description com.github.rvesse.airline.examples.io com.github.rvesse.airline.io.colors -
-
Uses of BasicColor in com.github.rvesse.airline.examples.io
Methods in com.github.rvesse.airline.examples.io that return BasicColor Modifier and Type Method Description protected BasicColor[]
ColorsBasic. getColors()
Methods in com.github.rvesse.airline.examples.io that return types with arguments of type BasicColor Modifier and Type Method Description protected ColorizedOutputStream<BasicColor>
ColorsBasic. openOutputStream()
-
Uses of BasicColor in com.github.rvesse.airline.io.colors
Methods in com.github.rvesse.airline.io.colors that return BasicColor Modifier and Type Method Description static BasicColor
BasicColor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BasicColor[]
BasicColor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-