Package org.pushingpixels.substance.api.skin

Examples of org.pushingpixels.substance.api.skin.DustSkin


public class Dust extends SkinRobot {
  /**
   * Creates the screenshot robot.
   */
  public Dust() {
    super(new DustSkin(),
        "C:/jprojects/substance/www/images/screenshots/skins/dust");
  }
View Full Code Here


public class Dust extends SkinRobot {
  /**
   * Creates the screenshot robot.
   */
  public Dust() {
    super(new DustSkin(),
        "/Users/kirillg/JProjects/substance/www/images/screenshots/skins/dust");
  }
View Full Code Here

TOP

Related Classes of org.pushingpixels.substance.api.skin.DustSkin

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.