org.jvnet.substance.skin
Class GreenMagicSkin

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

public class GreenMagicSkin
extends SubstanceAbstractSkin

Green Magic skin. This class is part of officially supported API.

Since:
version 3.1
Author:
Kirill Grouchnikov

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
GreenMagicSkin()
          Creates a new Green Magic 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 final java.lang.String NAME
Display name for this skin.

See Also:
Constant Field Values
Constructor Detail

GreenMagicSkin

public GreenMagicSkin()
Creates a new Green Magic 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.