Package javaforce.awt
Class VNCJavaRobot
java.lang.Object
javaforce.awt.VNCJavaRobot
- All Implemented Interfaces:
VNCRobot
- Direct Known Subclasses:
VNCSessionClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanactive()voidclose()int[]getScreenCapture(int pf) voidkeyPress(int code) voidkeyRelease(int code) voidmouseMove(int x, int y) voidmousePress(int button) voidmouseRelease(int button) voidsetRobot(GraphicsDevice screen)
-
Constructor Details
-
VNCJavaRobot
-
-
Method Details
-
setRobot
-
getScreenSize
- Specified by:
getScreenSizein interfaceVNCRobot
-
getScreenCapture
public int[] getScreenCapture(int pf) - Specified by:
getScreenCapturein interfaceVNCRobot
-
keyPress
public void keyPress(int code) -
keyRelease
public void keyRelease(int code) - Specified by:
keyReleasein interfaceVNCRobot
-
mouseMove
public void mouseMove(int x, int y) -
mousePress
public void mousePress(int button) - Specified by:
mousePressin interfaceVNCRobot
-
mouseRelease
public void mouseRelease(int button) - Specified by:
mouseReleasein interfaceVNCRobot
-
active
public boolean active() -
close
public void close()
-