tools.docrobot
Class WatermarkRobot

java.lang.Object
  extended by tools.docrobot.BaseRobot
      extended by tools.docrobot.WatermarkRobot
Direct Known Subclasses:
CrosshatchWatermark, NoisePlanktonWatermark, NullWatermark, StripesWatermark

public abstract class WatermarkRobot
extends BaseRobot

The base class for taking a single screenshot for Substance documentation.

Author:
Kirill Grouchnikov

Field Summary
 
Fields inherited from class tools.docrobot.BaseRobot
gate, screenshotFilename, sf, skin
 
Constructor Summary
WatermarkRobot(SubstanceWatermark watermark, java.lang.String screenshotFilename)
          Creates the new screenshot robot.
 
Method Summary
 
Methods inherited from class tools.docrobot.BaseRobot
makeScreenshot, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatermarkRobot

public WatermarkRobot(SubstanceWatermark watermark,
                      java.lang.String screenshotFilename)
Creates the new screenshot robot.

Parameters:
watermark - Watermark.
screenshotFilename - The screenshot filename.