public interface RMITextLCD
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
bitBlt(byte[] src,
int sw,
int sh,
int sx,
int sy,
byte[] dst,
int dw,
int dh,
int dx,
int dy,
int w,
int h,
int rop) |
void |
bitBlt(byte[] src,
int sw,
int sh,
int sx,
int sy,
int dx,
int dy,
int w,
int h,
int rop) |
void |
clear() |
void |
clear(int y) |
void |
clear(int x,
int y,
int n) |
void |
drawChar(char c,
int x,
int y) |
void |
drawInt(int i,
int x,
int y) |
void |
drawInt(int i,
int places,
int x,
int y) |
void |
drawString(java.lang.String str,
int x,
int y) |
void |
drawString(java.lang.String str,
int x,
int y,
boolean inverted) |
byte[] |
getDisplay() |
Font |
getFont() |
int |
getHeight() |
byte[] |
getHWDisplay() |
int |
getTextHeight() |
int |
getTextWidth() |
int |
getWidth() |
void |
refresh() |
void |
scroll() |
void |
setAutoRefresh(boolean on) |
int |
setAutoRefreshPeriod(int period) |
void |
setContrast(int contrast) |
void refresh()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid clear()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getWidth()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getHeight()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionbyte[] getDisplay()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionbyte[] getHWDisplay()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setContrast(int contrast)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid bitBlt(byte[] src,
int sw,
int sh,
int sx,
int sy,
int dx,
int dy,
int w,
int h,
int rop)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid bitBlt(byte[] src,
int sw,
int sh,
int sx,
int sy,
byte[] dst,
int dw,
int dh,
int dx,
int dy,
int w,
int h,
int rop)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setAutoRefresh(boolean on)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint setAutoRefreshPeriod(int period)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawChar(char c,
int x,
int y)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawString(java.lang.String str,
int x,
int y,
boolean inverted)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawString(java.lang.String str,
int x,
int y)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawInt(int i,
int x,
int y)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawInt(int i,
int places,
int x,
int y)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid clear(int x,
int y,
int n)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid clear(int y)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid scroll()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionFont getFont() throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getTextWidth()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getTextHeight()
throws java.rmi.RemoteException
java.rmi.RemoteException