Class ColorsTrue
java.lang.Object
com.github.rvesse.airline.examples.io.ColorDemo<TrueColor>
com.github.rvesse.airline.examples.io.ColorsTrue
- All Implemented Interfaces:
ExampleRunnable
@Command(name="colors-true",
description="Displays some text in true (24 bit) color (if your terminal supports this)")
public class ColorsTrue
extends ColorDemo<TrueColor>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TrueColor[]static voidprotected ColorizedOutputStream<TrueColor>
-
Constructor Details
-
ColorsTrue
public ColorsTrue()
-
-
Method Details
-
main
-
openOutputStream
- Specified by:
openOutputStreamin classColorDemo<TrueColor>
-
getColors
-