Class BrushedMetalDecorationPainter
- java.lang.Object
-
- org.pushingpixels.substance.api.painter.decoration.ImageWrapperDecorationPainter
-
- org.pushingpixels.substance.api.painter.decoration.BrushedMetalDecorationPainter
-
- All Implemented Interfaces:
SubstanceDecorationPainter,SubstanceTrait
public class BrushedMetalDecorationPainter extends ImageWrapperDecorationPainter
Implementation ofSubstanceDecorationPainterthat uses brushed metal painting on decoration areas.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDISPLAY_NAMEThe 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 BrushedMetalDecorationPainter()Creates a new brushed metal decoration painter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()Returns the display name ofthistrait.-
Methods inherited from class org.pushingpixels.substance.api.painter.decoration.ImageWrapperDecorationPainter
getColorizedTile, paintDecorationArea, paintDecorationArea, setBaseDecorationPainter, setTextureAlpha
-
-
-
-
Field Detail
-
DISPLAY_NAME
public static final java.lang.String DISPLAY_NAME
The display name for the decoration painters of this class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
Description copied from interface:SubstanceTraitReturns the display name ofthistrait. This method is part of officially supported API.- Returns:
- The display name of
thistrait.
-
-