com.mindbright.terminal
public interface CompatTerminal
Modifier and Type | Field and Description |
---|---|
static int |
ATTR_BGCOLOR |
static int |
ATTR_BLINKING |
static int |
ATTR_BOLD |
static int |
ATTR_FGCOLOR |
static int |
ATTR_INVERSE |
static int |
ATTR_INVISIBLE |
static int |
ATTR_LOWINTENSITY |
static int |
ATTR_UNDERLINE |
static int |
OPT_ASCII_LDC |
static int |
OPT_AUTO_LF |
static int |
OPT_AUTO_WRAP |
static int |
OPT_COPY_CRNL |
static int |
OPT_COPY_SEL |
static int |
OPT_DEC132COLS |
static int |
OPT_DECCOLM |
static int |
OPT_INSERTMODE |
static int |
OPT_LAST_OPT |
static int |
OPT_LOCAL_ECHO |
static int |
OPT_LOCAL_PGKEYS |
static int |
OPT_MAP_CTRLSP |
static int |
OPT_PASSTHRU_PRN |
static int |
OPT_REV_VIDEO |
static int |
OPT_REV_WRAP |
static int |
OPT_SCROLL_SI |
static int |
OPT_SCROLL_SK |
static int |
OPT_VIS_BELL |
static int |
OPT_VIS_CURSOR |
Modifier and Type | Method and Description |
---|---|
void |
clearAbove() |
void |
clearAllAttributes() |
void |
clearAllTabs() |
void |
clearBelow() |
void |
clearLeft() |
void |
clearLine() |
void |
clearRight() |
void |
clearScreen() |
void |
clearTab(int col) |
int |
cols() |
void |
cursorBackward(int n) |
void |
cursorDown(int n) |
void |
cursorForward(int n) |
void |
cursorIndex(int n) |
void |
cursorIndexRev(int n) |
void |
cursorRestore() |
void |
cursorSave() |
void |
cursorSetPos(int v,
int h,
boolean relative) |
void |
cursorUp(int n) |
void |
deleteChars(int n) |
void |
deleteLines(int n) |
void |
doBackTabs(int n) |
void |
doBell() |
void |
doBS() |
void |
doCR() |
void |
doLF() |
void |
doTab() |
void |
doTabs(int n) |
void |
eraseChars(int n) |
void |
fillScreen(char c) |
boolean |
getAttribute(int attr) |
int |
getCursorH() |
int |
getCursorV() |
boolean |
getOption(int opt) |
int |
getWindowBottom() |
int |
getWindowLeft() |
int |
getWindowRight() |
int |
getWindowTop() |
void |
insertChars(int n) |
void |
insertLines(int n) |
void |
printScreen() |
void |
resetInterpreter() |
void |
resetTabs() |
void |
resetWindow() |
int |
rows() |
void |
screenRestore() |
void |
screenSave() |
void |
scrollDown(int n) |
void |
scrollUp(int n) |
void |
sendBytes(byte[] b) |
void |
setAttribute(int attr,
boolean val) |
void |
setBackgroundColor(int c) |
void |
setForegroundColor(int c) |
void |
setOption(int opt,
boolean val) |
void |
setTab(int col) |
void |
setTitle(java.lang.String title) |
void |
setWindow(int top,
int bottom) |
void |
setWindow(int top,
int right,
int bottom,
int left) |
void |
startPrinter() |
void |
stopPrinter() |
void |
typedChar(char c) |
void |
write(char c) |
void |
write(char[] c,
int off,
int len) |
void |
write(java.lang.String str) |
void |
writeLineDrawChar(char c) |
static final int ATTR_BOLD
static final int ATTR_LOWINTENSITY
static final int ATTR_UNDERLINE
static final int ATTR_BLINKING
static final int ATTR_INVERSE
static final int ATTR_INVISIBLE
static final int ATTR_FGCOLOR
static final int ATTR_BGCOLOR
static final int OPT_REV_VIDEO
static final int OPT_AUTO_WRAP
static final int OPT_REV_WRAP
static final int OPT_INSERTMODE
static final int OPT_AUTO_LF
static final int OPT_SCROLL_SK
static final int OPT_SCROLL_SI
static final int OPT_VIS_CURSOR
static final int OPT_LOCAL_ECHO
static final int OPT_VIS_BELL
static final int OPT_MAP_CTRLSP
static final int OPT_DECCOLM
static final int OPT_DEC132COLS
static final int OPT_PASSTHRU_PRN
static final int OPT_LOCAL_PGKEYS
static final int OPT_COPY_CRNL
static final int OPT_ASCII_LDC
static final int OPT_COPY_SEL
static final int OPT_LAST_OPT
void setTitle(java.lang.String title)
int rows()
int cols()
void fillScreen(char c)
void write(char c)
void write(char[] c, int off, int len)
void write(java.lang.String str)
void writeLineDrawChar(char c)
void typedChar(char c)
void sendBytes(byte[] b)
void doBell()
void doBS()
void doTab()
void doTabs(int n)
void doBackTabs(int n)
void setTab(int col)
void clearTab(int col)
void resetTabs()
void clearAllTabs()
void doCR()
void doLF()
void resetInterpreter()
void resetWindow()
void setWindow(int top, int bottom)
void setWindow(int top, int right, int bottom, int left)
int getWindowTop()
int getWindowBottom()
int getWindowLeft()
int getWindowRight()
int getCursorV()
int getCursorH()
void cursorSetPos(int v, int h, boolean relative)
void cursorUp(int n)
void cursorDown(int n)
void cursorForward(int n)
void cursorBackward(int n)
void cursorIndex(int n)
void cursorIndexRev(int n)
void cursorSave()
void cursorRestore()
void screenSave()
void screenRestore()
void scrollUp(int n)
void scrollDown(int n)
void clearBelow()
void clearAbove()
void clearScreen()
void clearRight()
void clearLeft()
void clearLine()
void eraseChars(int n)
void insertChars(int n)
void insertLines(int n)
void deleteChars(int n)
void deleteLines(int n)
void printScreen()
void startPrinter()
void stopPrinter()
void setOption(int opt, boolean val)
boolean getOption(int opt)
void setAttribute(int attr, boolean val)
boolean getAttribute(int attr)
void setForegroundColor(int c)
void setBackgroundColor(int c)
void clearAllAttributes()