org.jvnet.substance.painter.decoration
Class BrushedMetalDecorationPainter

java.lang.Object
  extended by org.jvnet.substance.painter.decoration.ImageWrapperDecorationPainter
      extended by org.jvnet.substance.painter.decoration.BrushedMetalDecorationPainter
All Implemented Interfaces:
SubstanceTrait, SubstanceDecorationPainter

public class BrushedMetalDecorationPainter
extends ImageWrapperDecorationPainter

Implementation of SubstanceDecorationPainter that uses brushed metal painting on decoration areas.

Since:
version 4.0
Author:
Kirill Grouchnikov

Field Summary
static java.lang.String DISPLAY_NAME
          The display name for the decoration painters of this class.
 
Fields inherited from class org.jvnet.substance.painter.decoration.ImageWrapperDecorationPainter
baseDecorationPainter, colorizedTileMap, isPaintingSeparators, originalTile, textureAlpha
 
Constructor Summary
BrushedMetalDecorationPainter()
          Creates a new brushed metal decoration painter.
 
Method Summary
 java.lang.String getDisplayName()
          Returns the display name of this trait.
 
Methods inherited from class org.jvnet.substance.painter.decoration.ImageWrapperDecorationPainter
getColorizedTile, paintDecorationArea, setBaseDecorationPainter, setPaintingSeparators, setTextureAlpha, tileArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

BrushedMetalDecorationPainter

public BrushedMetalDecorationPainter()
Creates a new brushed metal decoration painter.

Method Detail

getDisplayName

public java.lang.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.