Class MarbleNoiseDecorationPainter

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

public class MarbleNoiseDecorationPainter extends ImageWrapperDecorationPainter
Implementation of RadianceDecorationPainter that uses marble noise painting on decoration areas.
  • Field Details

    • DISPLAY_NAME

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

    • MarbleNoiseDecorationPainter

      public MarbleNoiseDecorationPainter()
      Creates a new marble noise decoration painter.
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Description copied from interface: RadianceTrait
      Returns the display name of this trait. This method is part of officially supported API.
      Returns:
      The display name of this trait.