| java.lang.Object docrobot.FrameRobot
FrameRobot | public class FrameRobot (Code) | | The base class for taking a single screenshot for Substance documentation.
author: Kirill Grouchnikov |
Method Summary | |
public void | makeScreenshot() Creates the screenshot and saves it on the disk. | public void | run() Runs the screenshot process. |
done | protected boolean done(Code) | | Indicates whether the screenshot process is complete.
|
frameClass | protected String frameClass(Code) | | The frame class name.
|
screenshotFilename | protected String screenshotFilename(Code) | | The screenshot filename.
|
FrameRobot | public FrameRobot(String frameClass, SubstanceSkin skin, String screenshotFilename)(Code) | | Creates the new screenshot robot.
Parameters: skin - Substance skin. Parameters: screenshotFilename - The screenshot filename. |
makeScreenshot | public void makeScreenshot()(Code) | | Creates the screenshot and saves it on the disk.
|
run | public void run()(Code) | | Runs the screenshot process.
|
|
|