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 ofSubstanceDecorationPainter
that uses marble noise painting on decoration areas.- Since:
- version 4.3
-
-
Field Summary
Fields Modifier and Type Field Description static String
DISPLAY_NAME
The display name for the decoration painters of this class.-
Fields inherited from class org.pushingpixels.substance.api.painter.decoration.ImageWrapperDecorationPainter
baseDecorationPainter, colorizedTileMap, originalTile, textureAlpha
-
-
Constructor Summary
Constructors Constructor Description MarbleNoiseDecorationPainter()
Creates a new marble noise decoration painter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
Returns the display name ofthis
trait.-
Methods inherited from class org.pushingpixels.substance.api.painter.decoration.ImageWrapperDecorationPainter
getColorizedTile, paintDecorationArea, setBaseDecorationPainter, setTextureAlpha, tileArea
-
-
-
-
Field Detail
-
DISPLAY_NAME
public static final String DISPLAY_NAME
The display name for the decoration painters of this class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
Description copied from interface:SubstanceTrait
Returns the display name ofthis
trait. This method is part of officially supported API.- Returns:
- The display name of
this
trait.
-
-