public final class WindowsAnsiOutputStream extends AnsiOutputStream
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, RESET_CODE, WHITE, YELLOWout| Constructor and Description |
|---|
WindowsAnsiOutputStream(OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processAttributeRest() |
protected void |
processChangeWindowTitle(String label) |
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 |
processSetBackgroundColor(int color,
boolean bright) |
protected void |
processSetForegroundColor(int color,
boolean bright) |
close, processChangeIconName, processChangeIconNameAndWindowTitle, processScrollDown, processScrollUp, processSetBackgroundColor, processSetBackgroundColorExt, processSetBackgroundColorExt, processSetForegroundColor, processSetForegroundColorExt, processSetForegroundColorExt, processUnknownExtension, processUnknownOperatingSystemCommand, writeflush, write, writepublic WindowsAnsiOutputStream(OutputStream os) throws IOException
IOExceptionprotected void processEraseScreen(int eraseOption)
throws IOException
processEraseScreen in class AnsiOutputStreamIOExceptionprotected void processEraseLine(int eraseOption)
throws IOException
processEraseLine in class AnsiOutputStreamIOExceptionprotected void processCursorUpLine(int count)
throws IOException
processCursorUpLine in class AnsiOutputStreamIOExceptionprotected void processCursorDownLine(int count)
throws IOException
processCursorDownLine in class AnsiOutputStreamIOExceptionprotected void processCursorLeft(int count)
throws IOException
processCursorLeft in class AnsiOutputStreamIOExceptionprotected void processCursorRight(int count)
throws IOException
processCursorRight in class AnsiOutputStreamIOExceptionprotected void processCursorDown(int count)
throws IOException
processCursorDown in class AnsiOutputStreamIOExceptionprotected void processCursorUp(int count)
throws IOException
processCursorUp in class AnsiOutputStreamIOExceptionprotected void processCursorTo(int row,
int col)
throws IOException
processCursorTo in class AnsiOutputStreamIOExceptionprotected void processCursorToColumn(int x)
throws IOException
processCursorToColumn in class AnsiOutputStreamIOExceptionprotected void processSetForegroundColor(int color,
boolean bright)
throws IOException
processSetForegroundColor in class AnsiOutputStreamIOExceptionprotected void processSetBackgroundColor(int color,
boolean bright)
throws IOException
processSetBackgroundColor in class AnsiOutputStreamIOExceptionprotected void processDefaultTextColor()
throws IOException
processDefaultTextColor in class AnsiOutputStreamIOExceptionprotected void processDefaultBackgroundColor()
throws IOException
processDefaultBackgroundColor in class AnsiOutputStreamIOExceptionprotected void processAttributeRest()
throws IOException
processAttributeRest in class AnsiOutputStreamIOExceptionprotected void processSetAttribute(int attribute)
throws IOException
processSetAttribute in class AnsiOutputStreamIOExceptionprotected void processSaveCursorPosition()
throws IOException
processSaveCursorPosition in class AnsiOutputStreamIOExceptionprotected void processRestoreCursorPosition()
throws IOException
processRestoreCursorPosition in class AnsiOutputStreamIOExceptionprotected void processInsertLine(int optionInt)
throws IOException
processInsertLine in class AnsiOutputStreamIOExceptionprotected void processDeleteLine(int optionInt)
throws IOException
processDeleteLine in class AnsiOutputStreamIOExceptionprotected void processChangeWindowTitle(String label)
processChangeWindowTitle in class AnsiOutputStreamCopyright © 2020. All rights reserved.