public final class WindowsAnsiWriter extends AnsiWriter
ATTRIBUTE_BLINK_FAST, ATTRIBUTE_BLINK_OFF, ATTRIBUTE_BLINK_SLOW, ATTRIBUTE_CONCEAL_OFF, ATTRIBUTE_CONCEAL_ON, ATTRIBUTE_INTENSITY_BOLD, ATTRIBUTE_INTENSITY_FAINT, ATTRIBUTE_INTENSITY_NORMAL, ATTRIBUTE_ITALIC, ATTRIBUTE_NEGATIVE_Off, ATTRIBUTE_NEGATIVE_OFF, ATTRIBUTE_NEGATIVE_ON, ATTRIBUTE_UNDERLINE, ATTRIBUTE_UNDERLINE_DOUBLE, ATTRIBUTE_UNDERLINE_OFF, BLACK, BLUE, CYAN, ERASE_LINE, ERASE_LINE_TO_BEGINING, ERASE_LINE_TO_END, ERASE_SCREEN, ERASE_SCREEN_TO_BEGINING, ERASE_SCREEN_TO_END, GREEN, MAGENTA, RED, WHITE, YELLOWout| Constructor and Description |
|---|
WindowsAnsiWriter(Writer out) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processAttributeRest() |
protected void |
processChangeWindowTitle(String title) |
protected void |
processCursorDown(int count) |
protected void |
processCursorDownLine(int count) |
protected void |
processCursorLeft(int count) |
protected void |
processCursorRight(int count) |
protected void |
processCursorTo(int row,
int col) |
protected void |
processCursorToColumn(int x) |
protected void |
processCursorUp(int count) |
protected void |
processCursorUpLine(int count) |
protected void |
processDefaultBackgroundColor() |
protected void |
processDefaultTextColor() |
protected void |
processDeleteLine(int optionInt) |
protected void |
processEraseLine(int eraseOption) |
protected void |
processEraseScreen(int eraseOption) |
protected void |
processInsertLine(int optionInt) |
protected void |
processRestoreCursorPosition() |
protected void |
processSaveCursorPosition() |
protected void |
processSetAttribute(int attribute) |
protected void |
processSetBackgroundColorExt(int paletteIndex) |
protected void |
processSetForegroundColorExt(int paletteIndex) |
close, processChangeIconName, processChangeIconNameAndWindowTitle, processCharsetSelect, processScrollDown, processScrollUp, processSetBackgroundColor, processSetBackgroundColor, processSetBackgroundColorExt, processSetForegroundColor, processSetForegroundColor, processSetForegroundColorExt, processUnknownExtension, processUnknownOperatingSystemCommand, write, write, writeflushpublic WindowsAnsiWriter(Writer out) throws IOException
IOExceptionprotected void processEraseScreen(int eraseOption)
throws IOException
processEraseScreen in class AnsiWriterIOExceptionprotected void processEraseLine(int eraseOption)
throws IOException
processEraseLine in class AnsiWriterIOExceptionprotected void processCursorUpLine(int count)
throws IOException
processCursorUpLine in class AnsiWriterIOExceptionprotected void processCursorDownLine(int count)
throws IOException
processCursorDownLine in class AnsiWriterIOExceptionprotected void processCursorLeft(int count)
throws IOException
processCursorLeft in class AnsiWriterIOExceptionprotected void processCursorRight(int count)
throws IOException
processCursorRight in class AnsiWriterIOExceptionprotected void processCursorDown(int count)
throws IOException
processCursorDown in class AnsiWriterIOExceptionprotected void processCursorUp(int count)
throws IOException
processCursorUp in class AnsiWriterIOExceptionprotected void processCursorTo(int row,
int col)
throws IOException
processCursorTo in class AnsiWriterIOExceptionprotected void processCursorToColumn(int x)
throws IOException
processCursorToColumn in class AnsiWriterIOExceptionprotected void processSetForegroundColorExt(int paletteIndex)
throws IOException
processSetForegroundColorExt in class AnsiWriterIOExceptionprotected void processSetBackgroundColorExt(int paletteIndex)
throws IOException
processSetBackgroundColorExt in class AnsiWriterIOExceptionprotected void processDefaultTextColor()
throws IOException
processDefaultTextColor in class AnsiWriterIOExceptionprotected void processDefaultBackgroundColor()
throws IOException
processDefaultBackgroundColor in class AnsiWriterIOExceptionprotected void processAttributeRest()
throws IOException
processAttributeRest in class AnsiWriterIOExceptionprotected void processSetAttribute(int attribute)
throws IOException
processSetAttribute in class AnsiWriterIOExceptionprotected void processSaveCursorPosition()
throws IOException
processSaveCursorPosition in class AnsiWriterIOExceptionprotected void processRestoreCursorPosition()
throws IOException
processRestoreCursorPosition in class AnsiWriterIOExceptionprotected void processInsertLine(int optionInt)
throws IOException
processInsertLine in class AnsiWriterIOExceptionprotected void processDeleteLine(int optionInt)
throws IOException
processDeleteLine in class AnsiWriterIOExceptionprotected void processChangeWindowTitle(String title)
processChangeWindowTitle in class AnsiWriterCopyright © 2020. All rights reserved.