| java.lang.Object docrobot.SkinRobot
All known Subclasses: docrobot.skins.Business, docrobot.skins.OfficeSilver2007, docrobot.skins.CremeCoffee, docrobot.skins.FindingNemo, docrobot.skins.OfficeBlue2007, docrobot.skins.Autumn, docrobot.skins.RavenGraphite, docrobot.skins.MistSilver, docrobot.skins.Creme, docrobot.skins.MistAqua, docrobot.skins.FieldOfWheat, docrobot.skins.NebulaBrickWall, docrobot.skins.RavenGraphiteGlass, docrobot.skins.Mango, docrobot.skins.Raven, docrobot.skins.Nebula, docrobot.skins.Moderate, docrobot.skins.Magma, docrobot.skins.ChallengerDeep, docrobot.skins.BusinessBlueSteel, docrobot.skins.Sahara, docrobot.skins.BusinessBlackSteel, docrobot.skins.EmeraldDusk, docrobot.skins.GreenMagic,
SkinRobot | abstract public class SkinRobot (Code) | | The base class for taking screenshots of skins for Substance documentation.
author: Kirill Grouchnikov |
Method Summary | |
public void | makeScreenshot(int count) 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.
|
screenshotFilename | protected String screenshotFilename(Code) | | The screenshot filename.
|
SkinRobot | public SkinRobot(SubstanceSkin skin, String screenshotFilename)(Code) | | Creates the new screenshot robot.
Parameters: skin - Substance skin. Parameters: screenshotFilename - The screenshot filename. |
makeScreenshot | public void makeScreenshot(int count)(Code) | | Creates the screenshot and saves it on the disk.
Parameters: count - Sequence number for the screenshot. |
run | public void run()(Code) | | Runs the screenshot process.
|
|
|