public interface Term
| Modifier and Type | Method and Description |
|---|---|
void |
beep() |
void |
clear_area(int x1,
int y1,
int x2,
int y2) |
void |
clear() |
void |
draw_cursor() |
void |
drawBytes(byte[] buf,
int s,
int len,
int x,
int y) |
void |
drawString(java.lang.String str,
int x,
int y) |
int |
getCharHeight() |
int |
getCharWidth() |
java.lang.Object |
getColor(int index) |
int |
getColumnCount() |
int |
getRowCount() |
int |
getTermHeight() |
int |
getTermWidth() |
void |
redraw(int x,
int y,
int width,
int height) |
void |
resetAllAttributes() |
void |
scroll_area(int x,
int y,
int w,
int h,
int dx,
int dy) |
void |
setBackGround(java.lang.Object background) |
void |
setBold() |
void |
setCursor(int x,
int y) |
void |
setDefaultBackGround(java.lang.Object background) |
void |
setDefaultForeGround(java.lang.Object foreground) |
void |
setForeGround(java.lang.Object foreground) |
void |
setReverse() |
void |
setUnderline() |
void |
start(Connection connection) |
void start(Connection connection)
int getRowCount()
int getColumnCount()
int getCharWidth()
int getCharHeight()
void setCursor(int x,
int y)
void clear()
void draw_cursor()
void redraw(int x,
int y,
int width,
int height)
void clear_area(int x1,
int y1,
int x2,
int y2)
void scroll_area(int x,
int y,
int w,
int h,
int dx,
int dy)
void drawBytes(byte[] buf,
int s,
int len,
int x,
int y)
void drawString(java.lang.String str,
int x,
int y)
void beep()
void setDefaultForeGround(java.lang.Object foreground)
void setDefaultBackGround(java.lang.Object background)
void setForeGround(java.lang.Object foreground)
void setBackGround(java.lang.Object background)
void setBold()
void setUnderline()
void setReverse()
void resetAllAttributes()
int getTermWidth()
int getTermHeight()
java.lang.Object getColor(int index)