public abstract class SkinRobot
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
screenshotFilename
The screenshot filename.
|
protected SampleFrame |
sf
The frame instance.
|
protected SubstanceSkin |
skin
The associated Substance skin.
|
| Constructor and Description |
|---|
SkinRobot(SubstanceSkin skin,
java.lang.String screenshotFilename)
Creates the new screenshot robot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
makeScreenshot(int count)
Creates the screenshot and saves it on the disk.
|
void |
run()
Runs the screenshot process.
|
protected SubstanceSkin skin
protected java.lang.String screenshotFilename
protected SampleFrame sf
public SkinRobot(SubstanceSkin skin, java.lang.String screenshotFilename)
skin - Substance skin.screenshotFilename - The screenshot filename.