docrobot.themes.negated
Class NegatedMixedBrownSunGlareTheme

java.lang.Object
  extended by docrobot.BaseRobot
      extended by docrobot.themes.negated.NegatedMixedBrownSunGlareTheme

public class NegatedMixedBrownSunGlareTheme
extends BaseRobot

Screenshot robot for applying SubstanceTheme.negate() on a SubstanceMixTheme based on the SubstanceBrownTheme and SubstanceSunGlareTheme.

Author:
Kirill Grouchnikov

Field Summary
 
Fields inherited from class docrobot.BaseRobot
done, screenshotFilename, sf
 
Constructor Summary
NegatedMixedBrownSunGlareTheme()
          Creates the screenshot robot.
 
Method Summary
protected  void apply()
          Applies instance-specific Substance settings before taking the screenshot.
 
Methods inherited from class docrobot.BaseRobot
makeScreenshot, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegatedMixedBrownSunGlareTheme

public NegatedMixedBrownSunGlareTheme()
Creates the screenshot robot.

Method Detail

apply

protected void apply()
Description copied from class: BaseRobot
Applies instance-specific Substance settings before taking the screenshot.

Specified by:
apply in class BaseRobot