All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static BufferedImage |
createDesktopScreenshot() |
static BufferedImage |
createDesktopScreenshot(GraphicsDevice screen) |
static BufferedImage |
createDesktopScreenshot(GraphicsDevice screen,
int x,
int y,
int w,
int h) |
static BufferedImage |
createDesktopScreenshot(GraphicsDevice screen,
Screenshot.X_OFFSET x_offset,
Screenshot.Y_OFFSET y_offset,
int x,
int y,
int w,
int h) |
static BufferedImage |
createDesktopScreenshot(int x,
int y,
int w,
int h) |
static BufferedImage |
createDesktopScreenshot(Screenshot.X_OFFSET x_offset,
Screenshot.Y_OFFSET y_offset,
int x,
int y,
int w,
int h) |
static File |
getMavenScreenshotOutputDir() |
static File |
getMavenScreenshotOutputDir(Class<?> classType) |
static File |
getMavenScreenshotOutputDir(String subDirName) |
static File |
takeDesktopScreenshot(File file) |
static File |
takeDesktopScreenshot(GraphicsDevice screen,
File file) |
static File |
takeDesktopScreenshot(GraphicsDevice screen,
String outputFilePath,
boolean placeIntoMavenTargetScreenshotDir) |
static File |
takeDesktopScreenshot(String outputFilePath)
Local screenshots take a screenshot of the entire desktop.
|
static File |
takeDesktopScreenshot(String outputFilePath,
boolean placeIntoMavenTargetScreenshotDir) |