org.jvnet.substance.skin
Class NebulaBrickWallSkin

java.lang.Object
  extended by org.jvnet.substance.api.SubstanceSkin
      extended by org.jvnet.substance.skin.NebulaSkin
          extended by org.jvnet.substance.skin.NebulaBrickWallSkin
All Implemented Interfaces:
java.lang.Cloneable, SubstanceTrait

public class NebulaBrickWallSkin
extends NebulaSkin

Nebula Brick Wall skin. This class is part of officially supported API.

Since:
version 4.0
Author:
Kirill Grouchnikov

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jvnet.substance.api.SubstanceSkin
SubstanceSkin.ColorSchemes
 
Field Summary
static java.lang.String NAME
          Display name for this skin.
 
Fields inherited from class org.jvnet.substance.api.SubstanceSkin
backgroundColorSchemeMap, borderPainter, buttonShaper, colorSchemeBundleMap, decoratedAreaSet, decorationPainter, gradientPainter, highlightBorderPainter, highlightPainter, overlayPaintersMap, selectedTabFadeEnd, selectedTabFadeStart, watermark, watermarkScheme
 
Constructor Summary
NebulaBrickWallSkin()
          Creates a new Nebula Brick Wall skin.
 
Method Summary
 java.lang.String getDisplayName()
          Returns the display name of this trait.
 
Methods inherited from class org.jvnet.substance.api.SubstanceSkin
addCustomEntriesToTable, addOverlayPainter, clone, getAlpha, getBackgroundColorScheme, getBorderColorScheme, getBorderPainter, getButtonShaper, getColorScheme, getColorScheme, getColorScheme, getColorSchemes, getDecorationPainter, getGradientPainter, getHighlightAlpha, getHighlightBorderPainter, getHighlightColorScheme, getHighlightPainter, getMainActiveColorScheme, getMainActiveColorScheme, getMainDefaultColorScheme, getMainDefaultColorScheme, getMainDisabledColorScheme, getMainDisabledColorScheme, getOverlayPainters, getSelectedTabFadeEnd, getSelectedTabFadeStart, getWatermark, getWatermarkColorScheme, isPaintingDropShadows, isRegisteredAsDecorationArea, isValid, registerAsDecorationArea, registerDecorationAreaSchemeBundle, registerDecorationAreaSchemeBundle, removeOverlayPainter, setPaintingDropShadows, setSelectedTabFadeEnd, setSelectedTabFadeStart, transform, unsetPaintingDropShadows, withWatermark
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Display name for this skin.

See Also:
Constant Field Values
Constructor Detail

NebulaBrickWallSkin

public NebulaBrickWallSkin()
Creates a new Nebula Brick Wall skin.

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.

Specified by:
getDisplayName in interface SubstanceTrait
Overrides:
getDisplayName in class NebulaSkin
Returns:
The display name of this trait.