org.jvnet.substance.color
Class MetallicColorScheme

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

public class MetallicColorScheme
extends Object
implements ColorScheme

Metallic color scheme.

Author:
Kirill Grouchnikov

Constructor Summary
MetallicColorScheme()
           
 
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

MetallicColorScheme

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