Package org.pushingpixels.substance.api.painter.highlight

Examples of org.pushingpixels.substance.api.painter.highlight.FractionBasedHighlightPainter


            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.MID,
            ColorSchemeSingleColorQuery.MID });

    this.decorationPainter = new FlatDecorationPainter();
    this.highlightPainter = new FractionBasedHighlightPainter(
        "Graphite Aqua", new float[] { 0.0f, 0.5f, 1.0f },
        new ColorSchemeSingleColorQuery[] {
            ColorSchemeSingleColorQuery.EXTRALIGHT,
            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.MID });
View Full Code Here


            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.MID,
            ColorSchemeSingleColorQuery.MID });

    this.decorationPainter = new FlatDecorationPainter();
    this.highlightPainter = new FractionBasedHighlightPainter(
        "Graphite Aqua", new float[] { 0.0f, 0.5f, 1.0f },
        new ColorSchemeSingleColorQuery[] {
            ColorSchemeSingleColorQuery.EXTRALIGHT,
            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.MID });
View Full Code Here

TOP

Related Classes of org.pushingpixels.substance.api.painter.highlight.FractionBasedHighlightPainter

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.