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_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, REST_CODE, WHITE, YELLOW
Constructor and Description |
---|
WindowsAnsiOutputStream(java.io.OutputStream os) |
Modifier and Type | Method and Description |
---|---|
protected void |
processAttributeRest() |
protected void |
processChangeWindowTitle(java.lang.String label) |
protected void |
processCursorDown(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 |
processDefaultBackgroundColor() |
protected void |
processDefaultTextColor() |
protected void |
processEraseLine(int eraseOption) |
protected void |
processEraseScreen(int eraseOption) |
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, processCursorDownLine, processCursorUpLine, processScrollDown, processScrollUp, processSetBackgroundColor, processSetForegroundColor, processUnknownExtension, processUnknownOperatingSystemCommand, write
public WindowsAnsiOutputStream(java.io.OutputStream os) throws java.io.IOException
java.io.IOException
protected void processEraseScreen(int eraseOption) throws java.io.IOException
processEraseScreen
in class AnsiOutputStream
java.io.IOException
protected void processEraseLine(int eraseOption) throws java.io.IOException
processEraseLine
in class AnsiOutputStream
java.io.IOException
protected void processCursorLeft(int count) throws java.io.IOException
processCursorLeft
in class AnsiOutputStream
java.io.IOException
protected void processCursorRight(int count) throws java.io.IOException
processCursorRight
in class AnsiOutputStream
java.io.IOException
protected void processCursorDown(int count) throws java.io.IOException
processCursorDown
in class AnsiOutputStream
java.io.IOException
protected void processCursorUp(int count) throws java.io.IOException
processCursorUp
in class AnsiOutputStream
java.io.IOException
protected void processCursorTo(int row, int col) throws java.io.IOException
processCursorTo
in class AnsiOutputStream
java.io.IOException
protected void processCursorToColumn(int x) throws java.io.IOException
processCursorToColumn
in class AnsiOutputStream
java.io.IOException
protected void processSetForegroundColor(int color, boolean bright) throws java.io.IOException
processSetForegroundColor
in class AnsiOutputStream
java.io.IOException
protected void processSetBackgroundColor(int color, boolean bright) throws java.io.IOException
processSetBackgroundColor
in class AnsiOutputStream
java.io.IOException
protected void processDefaultTextColor() throws java.io.IOException
processDefaultTextColor
in class AnsiOutputStream
java.io.IOException
protected void processDefaultBackgroundColor() throws java.io.IOException
processDefaultBackgroundColor
in class AnsiOutputStream
java.io.IOException
protected void processAttributeRest() throws java.io.IOException
processAttributeRest
in class AnsiOutputStream
java.io.IOException
protected void processSetAttribute(int attribute) throws java.io.IOException
processSetAttribute
in class AnsiOutputStream
java.io.IOException
protected void processSaveCursorPosition() throws java.io.IOException
processSaveCursorPosition
in class AnsiOutputStream
java.io.IOException
protected void processRestoreCursorPosition() throws java.io.IOException
processRestoreCursorPosition
in class AnsiOutputStream
java.io.IOException
protected void processChangeWindowTitle(java.lang.String label)
processChangeWindowTitle
in class AnsiOutputStream
Copyright © 2009-2016 FuseSource, Corp.. All Rights Reserved.