| java.lang.Object docrobot.BaseRobot
All known Subclasses: docrobot.watermarks.BinaryWatermark, docrobot.themes.EarthFrescoTheme, docrobot.themes.shifted.TintedFieldOfWheatSkin, docrobot.themes.inverted.InvertedAquaTonedTheme, docrobot.themes.OrangeTheme, docrobot.themes.LightAquaTheme, docrobot.themes.WildPineTheme, docrobot.themes.LimeGreenTheme, docrobot.watermarks.NoiseMarbleVeinWatermark, docrobot.themes.JadeForestTheme, docrobot.themes.SteelBlueTheme, docrobot.themes.YellowMarineTheme, docrobot.themes.inverted.InvertedAquaTheme, docrobot.themes.negated.NegatedAquaTonedTheme, docrobot.themes.CremeTheme, docrobot.themes.saturated.DesaturatedAquaTheme, docrobot.themes.SpringLeafTheme, docrobot.themes.shifted.TintedMixedBottleGreenLimeGreenTheme, docrobot.themes.shifted.TonedFieldOfWheatSkin, docrobot.watermarks.NoneWatermark, docrobot.themes.SunGlareTheme, docrobot.themes.DesertSandTheme, docrobot.watermarks.NoisePlanktonWatermark, docrobot.themes.BarbyPinkTheme, docrobot.themes.negated.NegatedSunsetTheme, docrobot.themes.mixed.MixedSunsetOrangeTheme, docrobot.themes.AquaTintedTheme, docrobot.themes.negated.NegatedSteelBlueTheme, docrobot.watermarks.NoiseFabricWatermark, docrobot.themes.saturated.SaturatedFieldOfWheatSkin, docrobot.themes.inverted.InvertedMixedBrownSunGlareTheme, docrobot.themes.OrchidAlloyTheme, docrobot.themes.BlueYonderTheme, docrobot.themes.mixed.MixedAquaLightAquaTheme, docrobot.themes.inverted.InvertedBarbyPinkTheme, docrobot.watermarks.LatchWatermark, docrobot.themes.MahoganyTheme, docrobot.themes.BrownVelvetTheme, docrobot.themes.BrickWallTheme, docrobot.themes.OliveTheme, docrobot.themes.CobaltSteelTheme, docrobot.watermarks.StripesWatermark, docrobot.themes.shifted.TonedMixedBottleGreenLimeGreenTheme, docrobot.themes.inverted.InvertedSunsetTheme, docrobot.themes.saturated.SaturatedAquaTheme, docrobot.themes.PeachTheme, docrobot.themes.TerracottaTheme, docrobot.themes.AquaShadedTheme, docrobot.themes.shifted.ShadedMixedBottleGreenLimeGreenTheme, docrobot.watermarks.MetalWallWatermark, docrobot.watermarks.KatakanaWatermark, docrobot.watermarks.SquareMosaicWatermark, docrobot.themes.shifted.HueShiftGreenMagicSkin10, docrobot.themes.PlacidPinkTheme, docrobot.themes.UltramarineTheme, docrobot.themes.BloodyMoonTheme, docrobot.themes.saturated.SaturatedActiveAquaTheme, docrobot.watermarks.NoiseCopperplateEngravingWatermark, docrobot.themes.EbonyTheme, docrobot.watermarks.BubblesWatermark, docrobot.themes.mixed.MixedBottleGreenLimeGreenTheme, docrobot.themes.SepiaTheme, docrobot.themes.DarkVioletTheme, docrobot.themes.saturated.DesaturatedActiveFieldOfWheatSkin, docrobot.themes.shifted.HueShiftGreenMagicSkin50, docrobot.watermarks.NullWatermark, docrobot.themes.mixed.MixedBarbyPinkRaspberryTheme, docrobot.themes.shifted.ShadedFieldOfWheatSkin, docrobot.themes.inverted.InvertedSteelBlueTheme, docrobot.themes.GooseberryJungleTheme, docrobot.themes.RaspberryTheme, docrobot.themes.AquaTonedTheme, docrobot.watermarks.NoiseWoodWatermark, docrobot.themes.mixed.MixedBrownSunGlareTheme, docrobot.themes.saturated.DesaturatedFieldOfWheatSkin, docrobot.themes.EmeraldGrassTheme, docrobot.themes.saturated.DesaturatedActiveAquaTheme, docrobot.themes.PurpleTheme, docrobot.themes.negated.NegatedFieldOfWheatSkin, docrobot.themes.SkyHighTheme, docrobot.themes.saturated.DesaturatedMixedBottleGreenLimeGreen, docrobot.themes.inverted.InvertedFieldOfWheatSkin, docrobot.themes.negated.NegatedAquaTheme, docrobot.themes.TurquoiseLakeTheme, docrobot.themes.DesertMarsTheme, docrobot.themes.saturated.SaturatedMixedBottleGreenLimeGreen, docrobot.watermarks.CrosshatchWatermark, docrobot.themes.BrownTheme, docrobot.themes.saturated.SaturatedActiveFieldOfWheatSkin, docrobot.themes.BelizeTheme, docrobot.themes.saturated.SaturatedActiveMixedBottleGreenLimeGreen, docrobot.themes.FauveMauveTheme, docrobot.themes.negated.NegatedBarbyPinkTheme, docrobot.themes.BottleGreenTheme, docrobot.watermarks.NoiseMagneticFieldWatermark, docrobot.watermarks.NoiseMazeWatermark, docrobot.themes.saturated.DesaturatedActiveMixedBottleGreenLimeGreen, docrobot.themes.negated.NegatedMixedBrownSunGlareTheme, docrobot.themes.GreenPearlTheme, docrobot.themes.CharcoalTheme, docrobot.themes.AquaTheme, docrobot.themes.SunsetTheme,
BaseRobot | abstract public class BaseRobot (Code) | | The base class for taking a single screenshot for Substance documentation.
author: Kirill Grouchnikov |
Constructor Summary | |
public | BaseRobot(String screenshotFilename) Creates the new screenshot robot. |
Method Summary | |
abstract protected void | apply() Applies instance-specific Substance settings before taking the
screenshot. | 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.
|
screenshotFilename | protected String screenshotFilename(Code) | | The screenshot filename.
|
BaseRobot | public BaseRobot(String screenshotFilename)(Code) | | Creates the new screenshot robot.
Parameters: screenshotFilename - The screenshot filename. |
apply | abstract protected void apply()(Code) | | Applies instance-specific Substance settings before taking the
screenshot.
|
makeScreenshot | public void makeScreenshot()(Code) | | Creates the screenshot and saves it on the disk.
|
run | public void run()(Code) | | Runs the screenshot process.
|
|
|