org.jvnet.substance.color
Class OrangeColorScheme

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

public class OrangeColorScheme
extends Object
implements ColorScheme

Orange color scheme.

Author:
Kirill Grouchnikov

Field Summary
static Color mainDarkColor
          The main dark color.
static Color mainExtraLightColor
          The main light color.
static Color mainLightColor
          The main light color.
static Color mainMidColor
          The main medium color.
static Color mainUltraDarkColor
          The main ultra-dark color.
static Color mainUltraLightColor
          The main ultra-light color.
 
Constructor Summary
OrangeColorScheme()
           
 
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
 

Field Detail

mainUltraLightColor

public static final Color mainUltraLightColor
The main ultra-light color.


mainExtraLightColor

public static final Color mainExtraLightColor
The main light color.


mainLightColor

public static final Color mainLightColor
The main light color.


mainMidColor

public static final Color mainMidColor
The main medium color.


mainDarkColor

public static final Color mainDarkColor
The main dark color.


mainUltraDarkColor

public static final Color mainUltraDarkColor
The main ultra-dark color.

Constructor Detail

OrangeColorScheme

public OrangeColorScheme()
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.