public interface RMIGraphicsLCD
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 |
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) |
void setPixel(int x,
int y,
int color)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getPixel(int x,
int y)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawString(java.lang.String str,
int x,
int y,
int anchor,
boolean inverted)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawString(java.lang.String str,
int x,
int y,
int anchor)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawSubstring(java.lang.String str,
int offset,
int len,
int x,
int y,
int anchor)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawChar(char character,
int x,
int y,
int anchor)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawChars(char[] data,
int offset,
int length,
int x,
int y,
int anchor)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getStrokeStyle()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setStrokeStyle(int style)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawRegionRop(Image src, int sx, int sy, int w, int h, int x, int y, int anchor, int rop) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid 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
java.rmi.RemoteExceptionvoid drawRegion(Image src, int sx, int sy, int w, int h, int transform, int x, int y, int anchor) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawImage(Image src, int x, int y, int anchor) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawLine(int x0,
int y0,
int x1,
int y1)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid fillArc(int x,
int y,
int width,
int height,
int startAngle,
int arcAngle)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawRoundRect(int x,
int y,
int width,
int height,
int arcWidth,
int arcHeight)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid drawRect(int x,
int y,
int width,
int height)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid fillRect(int x,
int y,
int w,
int h)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid copyArea(int sx,
int sy,
int w,
int h,
int x,
int y,
int anchor)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionFont getFont() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setFont(Font f) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid translate(int x,
int y)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getTranslateX()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getTranslateY()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setColor(int rgb)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setColor(int red,
int green,
int blue)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid 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.RemoteException