Examples of FractionBasedFillPainter


Examples of org.jvnet.substance.api.painter.fill.FractionBasedFillPainter

        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 },
        new ColorSchemeSingleColorQuery[] {
            ColorSchemeSingleColorQuery.ULTRALIGHT,
            ColorSchemeSingleColorQuery.LIGHT,
View Full Code Here

Examples of org.jvnet.substance.api.painter.fill.FractionBasedFillPainter

    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,
            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.MID });
View Full Code Here

Examples of org.jvnet.substance.api.painter.fill.FractionBasedFillPainter

            return scheme.tint(0.5);
          }
        });
    this.borderPainter = new CompositeBorderPainter("Magellan",
        outerBorderPainter, innerBorderPainter);
    this.gradientPainter = new FractionBasedFillPainter("Magellan",
        new float[] { 0.0f, 0.5f, 1.0f },
        new ColorSchemeSingleColorQuery[] {
            ColorSchemeSingleColorQuery.EXTRALIGHT,
            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.MID });
View Full Code Here

Examples of org.jvnet.substance.api.painter.fill.FractionBasedFillPainter

    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,
            ColorSchemeSingleColorQuery.MID,
            ColorSchemeSingleColorQuery.MID });
View Full Code Here

Examples of org.jvnet.substance.api.painter.fill.FractionBasedFillPainter

        DecorationAreaType.SECONDARY_TITLE_PANE);

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

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

Examples of org.pushingpixels.substance.api.painter.fill.FractionBasedFillPainter

            return scheme.tint(0.5);
          }
        });
    this.borderPainter = new CompositeBorderPainter("Magellan",
        outerBorderPainter, innerBorderPainter);
    this.fillPainter = new FractionBasedFillPainter("Magellan",
        new float[] { 0.0f, 0.5f, 1.0f },
        new ColorSchemeSingleColorQuery[] {
            ColorSchemeSingleColorQuery.EXTRALIGHT,
            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.MID });
View Full Code Here

Examples of org.pushingpixels.substance.api.painter.fill.FractionBasedFillPainter

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

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

Examples of org.pushingpixels.substance.api.painter.fill.FractionBasedFillPainter

        DecorationAreaType.SECONDARY_TITLE_PANE);

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

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

Examples of org.pushingpixels.substance.api.painter.fill.FractionBasedFillPainter

        DecorationAreaType.SECONDARY_TITLE_PANE);

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

    this.fillPainter = new FractionBasedFillPainter("Office Blue 2007",
        new float[] { 0.0f, 0.49999f, 0.5f, 1.0f },
        new ColorSchemeSingleColorQuery[] {
            ColorSchemeSingleColorQuery.ULTRALIGHT,
            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.ULTRADARK,
View Full Code Here

Examples of org.pushingpixels.substance.api.painter.fill.FractionBasedFillPainter

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

    this.buttonShaper = new ClassicButtonShaper();
    this.watermark = null;
    this.fillPainter = new FractionBasedFillPainter("Graphite",
        new float[] { 0.0f, 0.5f, 1.0f },
        new ColorSchemeSingleColorQuery[] {
            ColorSchemeSingleColorQuery.ULTRALIGHT,
            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.LIGHT });
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.