public abstract class ImageWatermarkRobot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
screenshotFilename
The screenshot filename.
|
protected javax.swing.JFrame |
sf
The frame instance.
|
Constructor and Description |
---|
ImageWatermarkRobot(java.lang.String screenshotFilename)
Creates the new screenshot robot.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
apply()
Applies instance-specific Substance settings before taking the
screenshot.
|
void |
makeScreenshot()
Creates the screenshot and saves it on the disk.
|
void |
run()
Runs the screenshot process.
|
protected java.lang.String screenshotFilename
protected javax.swing.JFrame sf