org.jvnet.substance.color
Class SunGlareColorScheme

java.lang.Object
  extended by org.jvnet.substance.color.SunGlareColorScheme
All Implemented Interfaces:
ColorScheme

public class SunGlareColorScheme
extends Object
implements ColorScheme

Sun glare color scheme.

Author:
Kirill Grouchnikov

Constructor Summary
SunGlareColorScheme()
           
 
Method Summary
 Color getDarkColor()
          Retrieves the dark color.
 Color getExtraLightColor()
          Retrieves the extra color.
 Color getLightColor()
          Retrieves the light color.
 Color getMidColor()
          Retrieves the medium color.
 Color getUltraDarkColor()
          Retrieves the ultra-dark color.
 Color getUltraLightColor()
          Retrieves the ultra-light color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunGlareColorScheme

public SunGlareColorScheme()
Method Detail

getUltraLightColor

public Color getUltraLightColor()
Description copied from interface: ColorScheme
Retrieves the ultra-light color.

Specified by:
getUltraLightColor in interface ColorScheme
Returns:
Ultra-light color.

getExtraLightColor

public Color getExtraLightColor()
Description copied from interface: ColorScheme
Retrieves the extra color.

Specified by:
getExtraLightColor in interface ColorScheme
Returns:
Extra color.

getLightColor

public Color getLightColor()
Description copied from interface: ColorScheme
Retrieves the light color.

Specified by:
getLightColor in interface ColorScheme
Returns:
Light color.

getMidColor

public Color getMidColor()
Description copied from interface: ColorScheme
Retrieves the medium color.

Specified by:
getMidColor in interface ColorScheme
Returns:
Medium color.

getDarkColor

public Color getDarkColor()
Description copied from interface: ColorScheme
Retrieves the dark color.

Specified by:
getDarkColor in interface ColorScheme
Returns:
Dark color.

getUltraDarkColor

public Color getUltraDarkColor()
Description copied from interface: ColorScheme
Retrieves the ultra-dark color.

Specified by:
getUltraDarkColor in interface ColorScheme
Returns:
Ultra-dark color.