|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdocrobot.SkinRobot
public abstract class SkinRobot
The base class for taking screenshots of skins for Substance documentation.
| Field Summary | |
|---|---|
protected boolean |
done
Indicates whether the screenshot process is complete. |
protected java.lang.String |
screenshotFilename
The screenshot filename. |
protected SampleFrame |
sf
The frame instance. |
protected SubstanceSkin |
skin
The associated Substance skin. |
| Constructor Summary | |
|---|---|
SkinRobot(SubstanceSkin skin,
java.lang.String screenshotFilename)
Creates the new screenshot robot. |
|
| Method Summary | |
|---|---|
void |
makeScreenshot(int count)
Creates the screenshot and saves it on the disk. |
void |
run()
Runs the screenshot process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SubstanceSkin skin
protected java.lang.String screenshotFilename
protected SampleFrame sf
protected boolean done
| Constructor Detail |
|---|
public SkinRobot(SubstanceSkin skin,
java.lang.String screenshotFilename)
skin - Substance skin.screenshotFilename - The screenshot filename.| Method Detail |
|---|
public void run()
public void makeScreenshot(int count)
count - Sequence number for the screenshot.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||