Class | Description |
---|---|
Ansi |
Provides a fluent API for generating ANSI escape sequences.
|
AnsiConsole |
Provides consistent access to an ANSI aware console PrintStream.
|
AnsiOutputStream |
A ANSI output stream extracts ANSI escape codes written to
an output stream.
|
AnsiRenderer |
Renders ANSI color escape-codes in strings by parsing out some special syntax to pick up the correct fluff to use.
|
AnsiRenderWriter |
Print writer which supports automatic ANSI color rendering via
AnsiRenderer . |
AnsiString |
An ANSI string which reports the size of rendered text correctly (ignoring any ANSI escapes).
|
HtmlAnsiOutputStream | |
WindowsAnsiOutputStream |
A Windows ANSI escape processor, uses JNA to access native platform
API's to change the console attributes.
|
Enum | Description |
---|---|
Ansi.Attribute | |
Ansi.Color | |
Ansi.Erase | |
AnsiRenderer.Code |
Copyright © 2009-2016 FuseSource, Corp.. All Rights Reserved.