public class RMIRemoteGraphicsLCD extends java.rmi.server.UnicastRemoteObject implements RMIGraphicsLCD
| Modifier | Constructor and Description |
|---|---|
protected |
RMIRemoteGraphicsLCD() |
| 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 |
copyArea(int sx,
int sy,
int w,
int h,
int x,
int y,
int anchor) |
void |
drawArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle) |
void |
drawChar(char character,
int x,
int y,
int anchor) |
void |
drawChars(char[] data,
int offset,
int length,
int x,
int y,
int anchor) |
void |
drawImage(Image src,
int x,
int y,
int anchor) |
void |
drawLine(int x0,
int y0,
int x1,
int y1) |
void |
drawRect(int x,
int y,
int width,
int height) |
void |
drawRegion(Image src,
int sx,
int sy,
int w,
int h,
int transform,
int x,
int y,
int anchor) |
void |
drawRegionRop(Image src,
int sx,
int sy,
int w,
int h,
int x,
int y,
int anchor,
int rop) |
void |
drawRegionRop(Image src,
int sx,
int sy,
int w,
int h,
int transform,
int x,
int y,
int anchor,
int rop) |
void |
drawRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight) |
void |
drawString(java.lang.String str,
int x,
int y,
int anchor) |
void |
drawString(java.lang.String str,
int x,
int y,
int anchor,
boolean inverted) |
void |
drawSubstring(java.lang.String str,
int offset,
int len,
int x,
int y,
int anchor) |
void |
fillArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle) |
void |
fillRect(int x,
int y,
int w,
int h) |
byte[] |
getDisplay() |
Font |
getFont() |
int |
getHeight() |
byte[] |
getHWDisplay() |
int |
getPixel(int x,
int y) |
int |
getStrokeStyle() |
int |
getTranslateX() |
int |
getTranslateY() |
int |
getWidth() |
void |
refresh() |
void |
setAutoRefresh(boolean on) |
int |
setAutoRefreshPeriod(int period) |
void |
setColor(int rgb) |
void |
setColor(int red,
int green,
int blue) |
void |
setContrast(int contrast) |
void |
setFont(Font f) |
void |
setPixel(int x,
int y,
int color) |
void |
setStrokeStyle(int style) |
void |
translate(int x,
int y) |
clone, exportObject, exportObject, exportObject, unexportObjectprotected RMIRemoteGraphicsLCD()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void setPixel(int x,
int y,
int color)
throws java.rmi.RemoteException
setPixel in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic int getPixel(int x,
int y)
throws java.rmi.RemoteException
getPixel in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawString(java.lang.String str,
int x,
int y,
int anchor,
boolean inverted)
throws java.rmi.RemoteException
drawString in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawString(java.lang.String str,
int x,
int y,
int anchor)
throws java.rmi.RemoteException
drawString in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawSubstring(java.lang.String str,
int offset,
int len,
int x,
int y,
int anchor)
throws java.rmi.RemoteException
drawSubstring in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawChar(char character,
int x,
int y,
int anchor)
throws java.rmi.RemoteException
drawChar in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawChars(char[] data,
int offset,
int length,
int x,
int y,
int anchor)
throws java.rmi.RemoteException
drawChars in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic int getStrokeStyle()
throws java.rmi.RemoteException
getStrokeStyle in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void setStrokeStyle(int style)
throws java.rmi.RemoteException
setStrokeStyle in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawRegionRop(Image src, int sx, int sy, int w, int h, int x, int y, int anchor, int rop) throws java.rmi.RemoteException
drawRegionRop in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawRegionRop(Image src, int sx, int sy, int w, int h, int transform, int x, int y, int anchor, int rop) throws java.rmi.RemoteException
drawRegionRop in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawRegion(Image src, int sx, int sy, int w, int h, int transform, int x, int y, int anchor) throws java.rmi.RemoteException
drawRegion in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawImage(Image src, int x, int y, int anchor) throws java.rmi.RemoteException
drawImage in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawLine(int x0,
int y0,
int x1,
int y1)
throws java.rmi.RemoteException
drawLine in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
throws java.rmi.RemoteException
drawArc in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void fillArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
throws java.rmi.RemoteException
fillArc in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
throws java.rmi.RemoteException
drawRoundRect in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void drawRect(int x,
int y,
int width,
int height)
throws java.rmi.RemoteException
drawRect in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void fillRect(int x,
int y,
int w,
int h)
throws java.rmi.RemoteException
fillRect in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void copyArea(int sx,
int sy,
int w,
int h,
int x,
int y,
int anchor)
throws java.rmi.RemoteException
copyArea in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic Font getFont() throws java.rmi.RemoteException
getFont in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void setFont(Font f) throws java.rmi.RemoteException
setFont in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void translate(int x,
int y)
throws java.rmi.RemoteException
translate in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic int getTranslateX()
throws java.rmi.RemoteException
getTranslateX in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic int getTranslateY()
throws java.rmi.RemoteException
getTranslateY in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void setColor(int rgb)
throws java.rmi.RemoteException
setColor in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void setColor(int red,
int green,
int blue)
throws java.rmi.RemoteException
setColor in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void refresh()
throws java.rmi.RemoteException
refresh in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void clear()
throws java.rmi.RemoteException
clear in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic int getWidth()
throws java.rmi.RemoteException
getWidth in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic int getHeight()
throws java.rmi.RemoteException
getHeight in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic byte[] getDisplay()
throws java.rmi.RemoteException
getDisplay in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic byte[] getHWDisplay()
throws java.rmi.RemoteException
getHWDisplay in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void setContrast(int contrast)
throws java.rmi.RemoteException
setContrast in interface RMIGraphicsLCDjava.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 RMIGraphicsLCDjava.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 RMIGraphicsLCDjava.rmi.RemoteExceptionpublic void setAutoRefresh(boolean on)
throws java.rmi.RemoteException
setAutoRefresh in interface RMIGraphicsLCDjava.rmi.RemoteExceptionpublic int setAutoRefreshPeriod(int period)
throws java.rmi.RemoteException
setAutoRefreshPeriod in interface RMIGraphicsLCDjava.rmi.RemoteException