Class BrushedMetalDecorationPainter
java.lang.Object
org.pushingpixels.radiance.theming.api.painter.decoration.ImageWrapperDecorationPainter
org.pushingpixels.radiance.theming.api.painter.decoration.BrushedMetalDecorationPainter
- All Implemented Interfaces:
RadianceDecorationPainter
,RadianceTrait
Implementation of
RadianceDecorationPainter
that uses brushed metal
painting on decoration areas.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The display name for the decoration painters of this class.Fields inherited from class org.pushingpixels.radiance.theming.api.painter.decoration.ImageWrapperDecorationPainter
baseDecorationPainter, colorizedTileMap, originalTile, textureAlpha
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new brushed metal decoration painter. -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name ofthis
trait.Methods inherited from class org.pushingpixels.radiance.theming.api.painter.decoration.ImageWrapperDecorationPainter
getColorizedTile, paintDecorationArea, paintDecorationArea, setBaseDecorationPainter, setTextureAlpha
-
Field Details
-
DISPLAY_NAME
The display name for the decoration painters of this class.- See Also:
-
-
Constructor Details
-
BrushedMetalDecorationPainter
public BrushedMetalDecorationPainter()Creates a new brushed metal decoration painter.
-
-
Method Details
-
getDisplayName
Description copied from interface:RadianceTrait
Returns the display name ofthis
trait. This method is part of officially supported API.- Returns:
- The display name of
this
trait.
-