Package org.pushingpixels.substance.api.shaper

Examples of org.pushingpixels.substance.api.shaper.ClassicButtonShaper


    this.toolbarBottomLineOverlayPainter = new BottomLineOverlayPainter(
        ColorSchemeSingleColorQuery.ULTRADARK);
    this.addOverlayPainter(this.toolbarBottomLineOverlayPainter,
        DecorationAreaType.TOOLBAR);

    this.buttonShaper = new ClassicButtonShaper();
    this.watermark = null;
    this.fillPainter = new FractionBasedFillPainter("Gemini", new float[] {
        0.0f, 0.5f, 1.0f }, new ColorSchemeSingleColorQuery[] {
        ColorSchemeSingleColorQuery.EXTRALIGHT,
        ColorSchemeSingleColorQuery.LIGHT,
View Full Code Here


    this.registerAsDecorationArea(kitchenSinkSchemes
        .get("LightGray General Watermark"),
        DecorationAreaType.GENERAL, DecorationAreaType.HEADER);

    this.buttonShaper = new ClassicButtonShaper();
    this.fillPainter = new GlassFillPainter();
    this.decorationPainter = new ClassicDecorationPainter();
    this.borderPainter = new ClassicBorderPainter();
    this.highlightPainter = new ClassicHighlightPainter();
  }
View Full Code Here

          DecorationAreaType.SECONDARY_TITLE_PANE,
          DecorationAreaType.HEADER);

      this.borderPainter = new ClassicBorderPainter();
      this.fillPainter = new GlassFillPainter();
      this.buttonShaper = new ClassicButtonShaper();
      this.decorationPainter = new ArcDecorationPainter();
      this.highlightPainter = new GlassHighlightPainter();

      this.selectedTabFadeStart = 1.0f;
      this.selectedTabFadeEnd = 1.0f;
View Full Code Here

TOP

Related Classes of org.pushingpixels.substance.api.shaper.ClassicButtonShaper

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.