org.jvnet.substance.color
Interface ColorScheme

All Known Implementing Classes:
AquaColorScheme, BrownColorScheme, LightAquaColorScheme, LightGrayColorScheme, LimeGreenColorScheme, MetallicColorScheme, OliveColorScheme, OrangeColorScheme, PurpleColorScheme, SepiaColorScheme, SteelBlueColorScheme, SunGlareColorScheme, SunsetColorScheme, TerracottaColorScheme

public interface ColorScheme

General interface for color schemes.

Author:
Kirill Grouchnikov

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.
 

Method Detail

getUltraLightColor

Color getUltraLightColor()
Retrieves the ultra-light color.

Returns:
Ultra-light color.

getExtraLightColor

Color getExtraLightColor()
Retrieves the extra color.

Returns:
Extra color.

getLightColor

Color getLightColor()
Retrieves the light color.

Returns:
Light color.

getMidColor

Color getMidColor()
Retrieves the medium color.

Returns:
Medium color.

getDarkColor

Color getDarkColor()
Retrieves the dark color.

Returns:
Dark color.

getUltraDarkColor

Color getUltraDarkColor()
Retrieves the ultra-dark color.

Returns:
Ultra-dark color.