Uses of Class
org.fusesource.jansi.Ansi
-
Uses of Ansi in org.fusesource.jansi
Modifier and TypeMethodDescriptionAnsi.a
(boolean value) Ansi.a
(char value) Ansi.a
(char[] value) Ansi.a
(char[] value, int offset, int len) Ansi.a
(double value) Ansi.a
(float value) Ansi.a
(int value) Ansi.a
(long value) Ansi.a
(CharSequence value) Ansi.a
(CharSequence value, int start, int end) Ansi.a
(StringBuffer value) Ansi.a
(Ansi.Attribute attribute) static Ansi
Ansi.ansi()
static Ansi
Ansi.ansi
(int size) static Ansi
Ansi.ansi
(StringBuilder builder) Ansi.append
(char c) Ansi.append
(CharSequence csq) Ansi.append
(CharSequence csq, int start, int end) Ansi.apply
(Ansi.Consumer fun) Applies another function to this Ansi instance.Ansi.bg
(int color) Ansi.bg
(Ansi.Color color) Ansi.bgBright
(Ansi.Color color) Ansi.bgBrightCyan()
Ansi.bgBrightDefault()
Ansi.bgBrightGreen()
Ansi.bgBrightMagenta()
Ansi.bgBrightRed()
Ansi.bgBrightYellow()
Ansi.bgCyan()
Ansi.bgDefault()
Ansi.bgGreen()
Ansi.bgMagenta()
Ansi.bgRed()
Ansi.bgRgb
(int color) Ansi.bgRgb
(int r, int g, int b) Ansi.bgYellow()
Ansi.bold()
Ansi.boldOff()
Ansi.cursor
(int row, int column) Moves the cursor to row n, column m.Ansi.cursorDown
(int y) Moves the cursor down.Ansi.cursorDownLine()
Moves the cursor to the beginning of the line below.Ansi.cursorDownLine
(int n) Moves the cursor to the beginning of the n-th line below.Ansi.cursorLeft
(int x) Moves the cursor left.Ansi.cursorMove
(int x, int y) Moves the cursor relative to the current position.Ansi.cursorRight
(int x) Moves the cursor right.Ansi.cursorToColumn
(int x) Moves the cursor to column n.Ansi.cursorUp
(int y) Moves the cursor up.Ansi.cursorUpLine()
Moves the cursor to the beginning of the line above.Ansi.cursorUpLine
(int n) Moves the cursor to the beginning of the n-th line above.Ansi.eraseLine()
Ansi.eraseLine
(Ansi.Erase kind) Ansi.eraseScreen()
Ansi.eraseScreen
(Ansi.Erase kind) Ansi.fg
(int color) Ansi.fg
(Ansi.Color color) Ansi.fgBlack()
Ansi.fgBlue()
Ansi.fgBright
(Ansi.Color color) Ansi.fgBrightBlack()
Ansi.fgBrightBlue()
Ansi.fgBrightCyan()
Ansi.fgBrightDefault()
Ansi.fgBrightGreen()
Ansi.fgBrightMagenta()
Ansi.fgBrightRed()
Ansi.fgBrightYellow()
Ansi.fgCyan()
Ansi.fgDefault()
Ansi.fgGreen()
Ansi.fgMagenta()
Ansi.fgRed()
Ansi.fgRgb
(int color) Ansi.fgRgb
(int r, int g, int b) Ansi.fgYellow()
Ansi.newline()
Uses theAnsiRenderer
to generate the ANSI escape sequences for the supplied text.String formats and renders the supplied arguments.Ansi.reset()
Ansi.restorCursorPosition()
Deprecated.Ansi.restoreCursorPosition()
Ansi.restoreCursorPositionDEC()
Ansi.restoreCursorPositionSCO()
Ansi.saveCursorPosition()
Ansi.saveCursorPositionDEC()
Ansi.saveCursorPositionSCO()
Ansi.scrollDown
(int rows) Ansi.scrollUp
(int rows)