org.jvnet.substance.skin
Class CremeCoffeeSkin

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

public class CremeCoffeeSkin
extends SubstanceAbstractSkin

Creme Coffee skin. This class is part of officially supported API.

Since:
version 4.1
Author:
Kirill Grouchnikov

Nested Class Summary
protected static class CremeCoffeeSkin.ActiveScheme
          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
CremeCoffeeSkin()
          Creates a new Creme Coffee 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

CremeCoffeeSkin

public CremeCoffeeSkin()
Creates a new Creme Coffee 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.