Interface | Description |
---|---|
LineReader |
The line reader.
|
Screenable |
The interface for pushing data to a screen.
|
ScreenContext |
The screen context extends the
Screenable and add information about the screen. |
Class | Description |
---|---|
CLS |
Clears the screen.
|
Format | |
Format.Ansi | |
Format.PreHtml | |
Format.Text | |
LineRenderer |
A line oriented renderer.
|
LineRenderer.Composite | |
RenderAppendable | |
Renderer<E> |
Provide a renderable.
|
RenderPrintWriter | |
RenderWriter | |
ScreenBuffer | |
ScreenContextConsumer |
A
Consumer<Object> that renders the object stream to a ScreenContext . |
Style |
A control for the text stylistric attributes:
background color
foreground color
underline
bold
blink
A style is either a composite style or the
Style.reset style. |
Style.Composite | |
VirtualScreen |
A virtual screen that can be scrolled.
|
VirtualScreen.Foo |
Enum | Description |
---|---|
Color |
A color representing the available ansi colors as well as an additional color
Color.def that symbolize the
default color. |
Decoration |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.