org.jvnet.substance.skin
Class NebulaSkin

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

public class NebulaSkin
extends SubstanceAbstractSkin

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

Since:
version 4.0
Author:
Kirill Grouchnikov

Nested Class Summary
protected static class NebulaSkin.ActiveScheme
          Color scheme for active visual state.
protected static class NebulaSkin.DefaultScheme
          Color scheme for default visual state.
protected static class NebulaSkin.DisabledScheme
          Color scheme for default visual state.
protected static class NebulaSkin.PressedTheme
          Color scheme for ComponentState.PRESSED_SELECTED and ComponentState.PRESSED_UNSELECTED states.
protected static class NebulaSkin.RolloverSelectedTheme
          Color scheme for ComponentState.ROLLOVER_SELECTED state.
protected static class NebulaSkin.RolloverUnselectedScheme
          Color scheme for ComponentState.ROLLOVER_UNSELECTED state.
 
Field Summary
static java.lang.String NAME
          Display name for this skin.
 
Fields inherited from class org.jvnet.substance.skin.SubstanceAbstractSkin
borderPainter, gradientPainter, shaper, tabBackgroundComposite, theme, titlePainter, watermark
 
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.jvnet.substance.skin.SubstanceAbstractSkin
getTheme, getWatermark, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

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

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.