tools.docrobot.schemes
Class CharcoalScheme

java.lang.Object
  extended by tools.docrobot.BaseRobot
      extended by tools.docrobot.ColorSchemeRobot
          extended by tools.docrobot.schemes.CharcoalScheme

public class CharcoalScheme
extends ColorSchemeRobot

Screenshot robot for the CharcoalColorScheme.

Author:
Kirill Grouchnikov

Field Summary
 
Fields inherited from class tools.docrobot.BaseRobot
screenshotFilename, sf, skin
 
Constructor Summary
CharcoalScheme()
          Creates the screenshot robot.
 
Method Summary
static void main(java.lang.String[] args)
          Main method for testing the charcoal scheme robot
 
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

CharcoalScheme

public CharcoalScheme()
Creates the screenshot robot.

Method Detail

main

public static void main(java.lang.String[] args)
Main method for testing the charcoal scheme robot

Parameters:
args - Ignored.