| Package | Description |
|---|---|
| com.github.rvesse.airline.io.output |
| Modifier and Type | Field and Description |
|---|---|
protected OutputStreamControlTracker<T> |
ColorizedOutputStream.backgroundControl |
protected OutputStreamControlTracker<BasicDecoration> |
ColorizedOutputStream.bold |
protected OutputStreamControlTracker<T> |
ColorizedOutputStream.foregroundControl |
protected OutputStreamControlTracker<BasicDecoration> |
ColorizedOutputStream.italic |
protected OutputStreamControlTracker<BasicDecoration> |
ColorizedOutputStream.strikeThrough |
protected OutputStreamControlTracker<BasicDecoration> |
ColorizedOutputStream.underline |
| Modifier and Type | Method and Description |
|---|---|
void |
AnsiOutputStream.registerControl(OutputStreamControlTracker control)
Registers a control
|
void |
AnsiOutputStream.registerControls(OutputStreamControlTracker... controls)
Registers some controls
|
protected void |
ColorizedOutputStream.setDecoration(boolean enabled,
BasicDecoration decoration,
OutputStreamControlTracker<BasicDecoration> control) |
Copyright © 2012–2022. All rights reserved.