org.pushingpixels.substance.api.skin
Class EmeraldDuskSkin

java.lang.Object
  extended by org.pushingpixels.substance.api.SubstanceSkin
      extended by org.pushingpixels.substance.api.skin.EmeraldDuskSkin
All Implemented Interfaces:
SubstanceTrait

public class EmeraldDuskSkin
extends SubstanceSkin

Emerald Dusk skin. This class is part of officially supported API.

Since:
version 3.2

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pushingpixels.substance.api.SubstanceSkin
SubstanceSkin.ColorSchemes
 
Field Summary
static java.lang.String NAME
          Display name for this skin.
 
Fields inherited from class org.pushingpixels.substance.api.SubstanceSkin
backgroundColorSchemeMap, borderPainter, buttonShaper, colorSchemeBundleMap, decoratedAreaSet, decorationPainter, fillPainter, highlightBorderPainter, highlightPainter, overlayPaintersMap, selectedTabFadeEnd, selectedTabFadeStart, watermark, watermarkScheme
 
Constructor Summary
EmeraldDuskSkin()
          Creates a new Emerald Dusk skin.
 
Method Summary
 java.lang.String getDisplayName()
          Returns the display name of this trait.
 
Methods inherited from class org.pushingpixels.substance.api.SubstanceSkin
addCustomEntriesToTable, addOverlayPainter, getActiveColorScheme, getAlpha, getBackgroundColorScheme, getBorderPainter, getButtonShaper, getColorScheme, getColorScheme, getColorScheme, getColorSchemes, getColorSchemes, getDecorationPainter, getDisabledColorScheme, getEnabledColorScheme, getFillPainter, getHighlightAlpha, getHighlightBorderPainter, getHighlightPainter, getOverlayPainters, getSelectedTabFadeEnd, getSelectedTabFadeStart, getWatermark, getWatermarkColorScheme, isRegisteredAsDecorationArea, isValid, registerAsDecorationArea, registerDecorationAreaSchemeBundle, registerDecorationAreaSchemeBundle, removeOverlayPainter, setSelectedTabFadeEnd, setSelectedTabFadeStart, transform
 
Methods inherited from class java.lang.Object
clone, 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

EmeraldDuskSkin

public EmeraldDuskSkin()
Creates a new Emerald Dusk 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.

Returns:
The display name of this trait.