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

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


    this.buttonShaper = new StandardButtonShaper();
    this.fillPainter = new MatteFillPainter();
    this.borderPainter = new ClassicBorderPainter();

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


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

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

    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

    this.buttonShaper = new ClassicButtonShaper();
    this.watermark = null;
    this.fillPainter = new StandardFillPainter();
    this.decorationPainter = new MatteDecorationPainter();
    this.highlightPainter = new ClassicHighlightPainter();
    this.borderPainter = new CompositeBorderPainter("Dust",
        new ClassicBorderPainter(), new DelegateBorderPainter(
            "Dust Inner", new ClassicBorderPainter(), 0x60FFFFFF,
            0x30FFFFFF, 0x18FFFFFF, new ColorSchemeTransform() {
              @Override
View Full Code Here

        DecorationAreaType.GENERAL, DecorationAreaType.TOOLBAR);

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

    this.buttonShaper = new StandardButtonShaper();
    this.fillPainter = new MatteFillPainter();
    this.borderPainter = new ClassicBorderPainter();

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

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

    this.highlightPainter = new ClassicHighlightPainter();

  }
View Full Code Here

        new ColorSchemeSingleColorQuery[] {
            ColorSchemeSingleColorQuery.ULTRALIGHT,
            ColorSchemeSingleColorQuery.LIGHT,
            ColorSchemeSingleColorQuery.LIGHT });
    this.decorationPainter = new FlatDecorationPainter();
    this.highlightPainter = new ClassicHighlightPainter();
    this.borderPainter = new CompositeBorderPainter("Graphite",
        new ClassicBorderPainter(), new DelegateBorderPainter(
            "Graphite Inner", new ClassicBorderPainter(),
            0xA0FFFFFF, 0x60FFFFFF, 0x60FFFFFF,
            new ColorSchemeTransform() {
View Full Code Here

                  SubstanceColorScheme scheme) {
                return scheme.tint(0.8f);
              }
            }));

    this.highlightPainter = new ClassicHighlightPainter();

    MarbleNoiseDecorationPainter decorationPainter = new MarbleNoiseDecorationPainter();
    decorationPainter.setTextureAlpha(0.7f);
    this.decorationPainter = decorationPainter;
  }
View Full Code Here

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

TOP

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

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.