Package | Description |
---|---|
com.sun.javafx.robot | |
com.sun.javafx.robot.impl |
Modifier and Type | Method and Description |
---|---|
static FXRobotImage |
FXRobotImage.create(java.nio.Buffer pixelBuffer,
int width,
int height,
int scanlineStride) |
abstract FXRobotImage |
FXRobot.getSceneCapture(int x,
int y,
int width,
int height)
Returns a
FXRobotImage object representing in image with contents
of the scene at specified coordinates, or null if scene pixel capturing
isn't supported. |
Modifier and Type | Field and Description |
---|---|
private FXRobotImage |
BaseFXRobot.lastConvertedImage |
Modifier and Type | Method and Description |
---|---|
abstract FXRobotImage |
FXRobotHelper.FXRobotImageConvertor.convertToFXRobotImage(java.lang.Object platformImage) |
FXRobotImage |
BaseFXRobot.getSceneCapture(int x,
int y,
int w,
int h) |