Package org.jvnet.substance.painter.border

Examples of org.jvnet.substance.painter.border.ClassicBorderPainter


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

    this.buttonShaper = new StandardButtonShaper();
    this.gradientPainter = new MatteGradientPainter();
    this.borderPainter = new ClassicBorderPainter();

    this.decorationPainter = new MatteDecorationPainter();
    this.highlightPainter = new ClassicHighlightPainter();
  }
View Full Code Here


    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());
    decorationPainter.setTextureAlpha(0.02f);
    this.decorationPainter = decorationPainter;

    this.highlightPainter = new ClassicHighlightPainter();

    this.borderPainter = new ClassicBorderPainter();
  }
View Full Code Here

        DecorationAreaType.HEADER, DecorationAreaType.FOOTER,
        DecorationAreaType.TOOLBAR);

    this.buttonShaper = new StandardButtonShaper();
    this.gradientPainter = new MatteGradientPainter();
    this.borderPainter = new ClassicBorderPainter();

    this.decorationPainter = new MatteDecorationPainter();
    this.highlightPainter = new ClassicHighlightPainter();
  }
View Full Code Here

        DecorationAreaType.GENERAL, DecorationAreaType.HEADER);

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

    this.registerAsDecorationArea(generalBgScheme,
        DecorationAreaType.GENERAL, DecorationAreaType.HEADER);

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

    this.registerDecorationAreaSchemeBundle(generalSchemeBundle,
        DecorationAreaType.FOOTER, DecorationAreaType.GENERAL);

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

    BrushedMetalDecorationPainter decorationPainter = new BrushedMetalDecorationPainter();
    decorationPainter.setBaseDecorationPainter(new ArcDecorationPainter());
    decorationPainter.setTextureAlpha(0.3f);
    this.decorationPainter = decorationPainter;

    this.highlightPainter = new ClassicHighlightPainter();
    this.borderPainter = new ClassicBorderPainter();
  }
View Full Code Here

TOP

Related Classes of org.jvnet.substance.painter.border.ClassicBorderPainter

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.