Class ClassicHighlightPainter

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

public class ClassicHighlightPainter extends Object implements SubstanceHighlightPainter
Highlight painter that paints a classic 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 ClassicFillPainter painter
      Single gradient painter instance.
  • Constructor Details

    • ClassicHighlightPainter

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