Class GlassHighlightPainter

java.lang.Object
org.pushingpixels.substance.api.painter.highlight.GlassHighlightPainter
All Implemented Interfaces:
SubstanceHighlightPainter, SubstanceTrait

public class GlassHighlightPainter extends Object implements SubstanceHighlightPainter
Highlight painter that paints a glass gradient. This class is part of officially supported API.
Since:
version 4.3
  • Field Details

    • DISPLAY_NAME

      public static final String DISPLAY_NAME
      The display name for the highlight painters of this class.
      See Also:
    • painter

      protected GlassFillPainter painter
      Single gradient painter instance.
  • Constructor Details

    • GlassHighlightPainter

      public GlassHighlightPainter()
      Creates new classic title painter.
  • Method Details