Package | Description |
---|---|
com.sun.javafx.robot | |
com.sun.javafx.robot.impl |
Modifier and Type | Method and Description |
---|---|
static FXRobotImage |
FXRobotImage.create(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 | Method and Description |
---|---|
abstract FXRobotImage |
FXRobotHelper.FXRobotImageConvertor.convertToFXRobotImage(Object platformImage) |
FXRobotImage |
BaseFXRobot.getSceneCapture(int x,
int y,
int w,
int h) |
Copyright © 2020. All rights reserved.