public interface RMILCD
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
clearDisplay() |
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) |
void drawChar(char c,
int x,
int y)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid clearDisplay()
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.RemoteException