Package org.jvnet.substance.shaper

Examples of org.jvnet.substance.shaper.ClassicButtonShaper


                .getBlue(), 72);
          }
        }), DecorationAreaType.PRIMARY_TITLE_PANE,
        DecorationAreaType.SECONDARY_TITLE_PANE);

    this.buttonShaper = new ClassicButtonShaper();
    this.watermark = null;

    this.gradientPainter = new FractionBasedFillPainter(
        "Office Silver 2007",
        new float[] { 0.0f, 0.49999f, 0.5f, 1.0f },
View Full Code Here


        backgroundScheme, DecorationAreaType.NONE);

    this.setSelectedTabFadeStart(0.1);
    this.setSelectedTabFadeEnd(0.3);

    this.buttonShaper = new ClassicButtonShaper();
    this.watermark = null;
    this.gradientPainter = new SimplisticGradientPainter() {
      @Override
      public Color getBottomFillColor(
          SubstanceColorScheme interpolationScheme1,
View Full Code Here

        DecorationAreaType.GENERAL);

    this.setSelectedTabFadeStart(0.6);
    this.setSelectedTabFadeEnd(1.0);

    this.buttonShaper = new ClassicButtonShaper();
    this.gradientPainter = new ClassicGradientPainter();
    this.borderPainter = new CompositeBorderPainter("Business",
        new ClassicBorderPainter(), new DelegateBorderPainter(
            "Business Inner", new ClassicBorderPainter(),
            new ColorSchemeTransform() {
View Full Code Here

    // add an overlay painter to paint a drop shadow along the top
    // edge of toolbars
    this.addOverlayPainter(TopShadowOverlayPainter.getInstance(),
        DecorationAreaType.TOOLBAR);

    this.buttonShaper = new ClassicButtonShaper();
    this.gradientPainter = new ClassicGradientPainter();
    this.borderPainter = new ClassicBorderPainter();

    BrushedMetalDecorationPainter decorationPainter = new BrushedMetalDecorationPainter();
    decorationPainter.setBaseDecorationPainter(new ArcDecorationPainter());
View Full Code Here

    this.addOverlayPainter(this.menuOverlayPainter,
        DecorationAreaType.HEADER);
    this.addOverlayPainter(this.toolbarOverlayPainter,
        DecorationAreaType.TOOLBAR);

    this.buttonShaper = new ClassicButtonShaper();
    this.watermark = null;
    this.gradientPainter = new GlassGradientPainter();
    this.decorationPainter = new ArcDecorationPainter();
    this.highlightPainter = new GlassHighlightPainter();
    this.borderPainter = new CompositeBorderPainter("Raven Graphite Glass",
View Full Code Here

    this.addOverlayPainter(this.menuOverlayPainter,
        DecorationAreaType.HEADER);
    this.addOverlayPainter(this.toolbarOverlayPainter,
        DecorationAreaType.TOOLBAR);

    this.buttonShaper = new ClassicButtonShaper();
    this.watermark = null;
    this.gradientPainter = new StandardGradientPainter();
    this.decorationPainter = new MatteDecorationPainter();
    this.highlightPainter = new ClassicHighlightPainter();
    this.borderPainter = new CompositeBorderPainter("Dust",
View Full Code Here

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

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

            ColorSchemeSingleColorQuery.EXTRALIGHT,
            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.MID });
    this.highlightPainter = new ClassicHighlightPainter();
    this.decorationPainter = new MatteDecorationPainter();
    this.buttonShaper = new ClassicButtonShaper();
  }
View Full Code Here

        backgroundScheme, DecorationAreaType.NONE);

    this.setSelectedTabFadeStart(0.15);
    this.setSelectedTabFadeEnd(0.25);

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

        DecorationAreaType.PRIMARY_TITLE_PANE,
        DecorationAreaType.SECONDARY_TITLE_PANE,
        DecorationAreaType.HEADER, DecorationAreaType.FOOTER,
        DecorationAreaType.GENERAL, DecorationAreaType.TOOLBAR);

    this.buttonShaper = new ClassicButtonShaper();
    this.gradientPainter = new GlassGradientPainter();
    this.decorationPainter = new ArcDecorationPainter();
    this.highlightPainter = new ClassicHighlightPainter();
    this.borderPainter = new GlassBorderPainter();
  }
View Full Code Here

TOP

Related Classes of org.jvnet.substance.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.