Class ClassicDecorationPainter

java.lang.Object
org.pushingpixels.radiance.theming.api.painter.decoration.ClassicDecorationPainter
All Implemented Interfaces:
RadianceDecorationPainter, RadianceTrait

public class ClassicDecorationPainter extends Object implements RadianceDecorationPainter
Decoration painter that paints a classic gradient. This class is part of officially supported API.
  • Field Details

    • DISPLAY_NAME

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

      protected ClassicFillPainter painter
      Single gradient painter instance.
  • Constructor Details

    • ClassicDecorationPainter

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