Package lejos.remote.ev3
Class RMIRemoteLCD
- java.lang.Object
-
- java.rmi.server.RemoteObject
-
- java.rmi.server.RemoteServer
-
- java.rmi.server.UnicastRemoteObject
-
- lejos.remote.ev3.RMIRemoteLCD
-
- All Implemented Interfaces:
java.io.Serializable,java.rmi.Remote,RMILCD
public class RMIRemoteLCD extends java.rmi.server.UnicastRemoteObject implements RMILCD
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRMIRemoteLCD()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearDisplay()voiddrawChar(char c, int x, int y)voiddrawInt(int i, int x, int y)voiddrawInt(int i, int places, int x, int y)voiddrawString(java.lang.String str, int x, int y)voiddrawString(java.lang.String str, int x, int y, boolean inverted)-
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObject
-
-
-
-
Method Detail
-
drawChar
public void drawChar(char c, int x, int y) throws java.rmi.RemoteException
-
clearDisplay
public void clearDisplay() throws java.rmi.RemoteException- Specified by:
clearDisplayin interfaceRMILCD- Throws:
java.rmi.RemoteException
-
drawString
public void drawString(java.lang.String str, int x, int y, boolean inverted)- Specified by:
drawStringin interfaceRMILCD
-
drawString
public void drawString(java.lang.String str, int x, int y) throws java.rmi.RemoteException- Specified by:
drawStringin interfaceRMILCD- Throws:
java.rmi.RemoteException
-
drawInt
public void drawInt(int i, int x, int y) throws java.rmi.RemoteException
-
-