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
Implementation of
RadianceDecorationPainter that uses marble noise
painting on decoration areas.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe display name for the decoration painters of this class.Fields inherited from class ImageWrapperDecorationPainter
baseDecorationPainter, colorizedTileMap, originalTile, textureAlpha -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new marble noise decoration painter. -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name ofthistrait.Methods inherited from class ImageWrapperDecorationPainter
getColorizedTile, paintDecorationArea, paintDecorationArea, setBaseDecorationPainter, setTextureAlpha
-
Field Details
-
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
Description copied from interface:RadianceTraitReturns the display name ofthistrait. This method is part of officially supported API.- Returns:
- The display name of
thistrait.
-