Package org.jvnet.substance.shaper

Examples of org.jvnet.substance.shaper.ClassicButtonShaper


    generalSchemeBundle.registerColorScheme(defaultGeneralScheme, 0.7f,
        ComponentState.DISABLED_UNSELECTED);
    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());
View Full Code Here


        DecorationAreaType.GENERAL, DecorationAreaType.TOOLBAR);

    setSelectedTabFadeStart(0.2);
    setSelectedTabFadeEnd(0.4);

    this.buttonShaper = new ClassicButtonShaper();
    this.gradientPainter = new ClassicGradientPainter();
    this.decorationPainter = new ArcDecorationPainter();
    this.highlightPainter = new ClassicHighlightPainter();
    this.borderPainter = new CompositeBorderPainter("Creme",
        new ClassicBorderPainter(), new DelegateBorderPainter(
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.