Package org.pushingpixels.substance.api.watermark

Examples of org.pushingpixels.substance.api.watermark.SubstanceNullWatermark


public class NullWatermark extends WatermarkRobot {
  /**
   * Creates the screenshot robot.
   */
  public NullWatermark() {
    super(new SubstanceNullWatermark(),
        "C:/jprojects/substance/www/images/screenshots/watermarks/null.png");
  }
View Full Code Here


public class NullWatermark extends WatermarkRobot {
  /**
   * Creates the screenshot robot.
   */
  public NullWatermark() {
    super(new SubstanceNullWatermark(),
        "/Users/kirillg/JProjects/substance/www/images/screenshots/watermarks/null.png");
  }
View Full Code Here

    this.addOverlayPainter(bottomLineOverlayPainter,
        DecorationAreaType.PRIMARY_TITLE_PANE,
        DecorationAreaType.SECONDARY_TITLE_PANE,
        DecorationAreaType.HEADER);

    this.watermark = new SubstanceNullWatermark();
    this.watermarkScheme = new BlendBiColorScheme(colorScheme,
        new DarkMetallicColorScheme(), 0.5);

    this.buttonShaper = new ClassicButtonShaper();
    this.fillPainter = new ClassicFillPainter();
View Full Code Here

TOP

Related Classes of org.pushingpixels.substance.api.watermark.SubstanceNullWatermark

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.