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
-
keyRelease
public void keyRelease(int code) - Specified by:
keyReleasein interfaceVNCRobot
-
mouseMove
-
mousePress
public void mousePress(int button) - Specified by:
mousePressin interfaceVNCRobot
-
mouseRelease
public void mouseRelease(int button) - Specified by:
mouseReleasein interfaceVNCRobot
-
active
-
close
-