org.pushingpixels.substance.api.skin
Class NebulaSkin

java.lang.Object
  extended by org.pushingpixels.substance.api.SubstanceSkin
      extended by org.pushingpixels.substance.api.skin.NebulaSkin
All Implemented Interfaces:
SubstanceTrait
Direct Known Subclasses:
NebulaBrickWallSkin

public class NebulaSkin
extends SubstanceSkin

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

Since:
version 4.0

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
NebulaSkin()
          Creates a new Nebula 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

NebulaSkin

public NebulaSkin()
Creates a new Nebula 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.