Package org.pushingpixels.substance.api.colorscheme

Examples of org.pushingpixels.substance.api.colorscheme.JadeForestColorScheme


public class JadeForestScheme extends ColorSchemeRobot {
  /**
   * Creates the screenshot robot.
   */
  public JadeForestScheme() {
    super(new JadeForestColorScheme(),
        "C:/jprojects/substance/www/images/screenshots/colorschemes/jade-forest.png");
  }
View Full Code Here


  /**
   * Creates the screenshot robot.
   */
  public JadeForestScheme() {
    super(
        new JadeForestColorScheme(),
        "/Users/kirillg/JProjects/substance/www/images/screenshots/colorschemes/jade-forest.png");
  }
View Full Code Here

TOP

Related Classes of org.pushingpixels.substance.api.colorscheme.JadeForestColorScheme

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.