public class RMIRemoteTextLCD extends java.rmi.server.UnicastRemoteObject implements RMITextLCD
| Modifier | Constructor and Description |
|---|---|
protected |
RMIRemoteTextLCD() |
| 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 |
setFont(Font f) |
clone, exportObject, exportObject, exportObject, unexportObjectprotected RMIRemoteTextLCD()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void setFont(Font f)
public void refresh()
throws java.rmi.RemoteException
refresh in interface RMITextLCDjava.rmi.RemoteExceptionpublic void clear()
throws java.rmi.RemoteException
clear in interface RMITextLCDjava.rmi.RemoteExceptionpublic int getWidth()
throws java.rmi.RemoteException
getWidth in interface RMITextLCDjava.rmi.RemoteExceptionpublic int getHeight()
throws java.rmi.RemoteException
getHeight in interface RMITextLCDjava.rmi.RemoteExceptionpublic byte[] getDisplay()
throws java.rmi.RemoteException
getDisplay in interface RMITextLCDjava.rmi.RemoteExceptionpublic byte[] getHWDisplay()
throws java.rmi.RemoteException
getHWDisplay in interface RMITextLCDjava.rmi.RemoteExceptionpublic void setContrast(int contrast)
throws java.rmi.RemoteException
setContrast in interface RMITextLCDjava.rmi.RemoteExceptionpublic void 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
bitBlt in interface RMITextLCDjava.rmi.RemoteExceptionpublic 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)
throws java.rmi.RemoteException
bitBlt in interface RMITextLCDjava.rmi.RemoteExceptionpublic void setAutoRefresh(boolean on)
throws java.rmi.RemoteException
setAutoRefresh in interface RMITextLCDjava.rmi.RemoteExceptionpublic int setAutoRefreshPeriod(int period)
throws java.rmi.RemoteException
setAutoRefreshPeriod in interface RMITextLCDjava.rmi.RemoteExceptionpublic void drawChar(char c,
int x,
int y)
throws java.rmi.RemoteException
drawChar in interface RMITextLCDjava.rmi.RemoteExceptionpublic void drawString(java.lang.String str,
int x,
int y,
boolean inverted)
throws java.rmi.RemoteException
drawString in interface RMITextLCDjava.rmi.RemoteExceptionpublic void drawString(java.lang.String str,
int x,
int y)
throws java.rmi.RemoteException
drawString in interface RMITextLCDjava.rmi.RemoteExceptionpublic void drawInt(int i,
int x,
int y)
throws java.rmi.RemoteException
drawInt in interface RMITextLCDjava.rmi.RemoteExceptionpublic void drawInt(int i,
int places,
int x,
int y)
throws java.rmi.RemoteException
drawInt in interface RMITextLCDjava.rmi.RemoteExceptionpublic void clear(int x,
int y,
int n)
throws java.rmi.RemoteException
clear in interface RMITextLCDjava.rmi.RemoteExceptionpublic void clear(int y)
throws java.rmi.RemoteException
clear in interface RMITextLCDjava.rmi.RemoteExceptionpublic void scroll()
throws java.rmi.RemoteException
scroll in interface RMITextLCDjava.rmi.RemoteExceptionpublic Font getFont() throws java.rmi.RemoteException
getFont in interface RMITextLCDjava.rmi.RemoteExceptionpublic int getTextWidth()
throws java.rmi.RemoteException
getTextWidth in interface RMITextLCDjava.rmi.RemoteExceptionpublic int getTextHeight()
throws java.rmi.RemoteException
getTextHeight in interface RMITextLCDjava.rmi.RemoteException