org.jvnet.substance.skin
Class EbonyHighContrastSkin

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

public class EbonyHighContrastSkin
extends SubstanceAbstractSkin

Ebony High Contrast skin. This class is for internal use only.

Since:
version 3.1
Author:
Kirill Grouchnikov

Field Summary
 
Fields inherited from class org.jvnet.substance.skin.SubstanceAbstractSkin
borderPainter, gradientPainter, shaper, tabBackgroundComposite, theme, titlePainter, watermark
 
Constructor Summary
EbonyHighContrastSkin()
          Creates a new Ebony High Contrast 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
 

Constructor Detail

EbonyHighContrastSkin

public EbonyHighContrastSkin()
Creates a new Ebony High Contrast 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.