org.jvnet.substance.skin
Class MistAquaSkin

java.lang.Object
  extended by org.jvnet.substance.skin.SubstanceAbstractSkin
      extended by org.jvnet.substance.skin.MistAquaSkin
All Implemented Interfaces:
SubstanceSkin, SubstanceTrait

public class MistAquaSkin
extends SubstanceAbstractSkin

Mist Aqua skin. This class is experimental.

Since:
version 4.0
Author:
Kirill Grouchnikov

Nested Class Summary
protected static class MistAquaSkin.ActiveTitleScheme
          Color scheme for active visual 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
MistAquaSkin()
          Creates a new Silver Aqua 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

MistAquaSkin

public MistAquaSkin()
Creates a new Silver Aqua 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.