Class MarbleNoiseDecorationPainter

java.lang.Object
org.pushingpixels.substance.api.painter.decoration.ImageWrapperDecorationPainter
org.pushingpixels.substance.api.painter.decoration.MarbleNoiseDecorationPainter
All Implemented Interfaces:
SubstanceDecorationPainter, SubstanceTrait

public class MarbleNoiseDecorationPainter extends ImageWrapperDecorationPainter
Implementation of SubstanceDecorationPainter that uses marble noise painting on decoration areas.
Since:
version 4.3
  • 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: SubstanceTrait
      Returns the display name of this trait. This method is part of officially supported API.
      Returns:
      The display name of this trait.