org.jvnet.substance.api
Interface SchemeDerivedColors

All Known Subinterfaces:
SubstanceColorScheme
All Known Implementing Classes:
AquaColorScheme, BarbyPinkColorScheme, BaseColorScheme, BaseDarkColorScheme, BaseLightColorScheme, BlendBiColorScheme, BottleGreenColorScheme, BrownColorScheme, CharcoalColorScheme, CremeColorScheme, DarkGrayColorScheme, DarkMetallicColorScheme, DarkVioletColorScheme, DerivedColorsResolverLight, DesertSandColorScheme, EbonyColorScheme, HueShiftColorScheme, InvertedColorScheme, JadeForestColorScheme, LightAquaColorScheme, LightGrayColorScheme, LimeGreenColorScheme, MetallicColorScheme, NegatedColorScheme, OliveColorScheme, OrangeColorScheme, PurpleColorScheme, RaspberryColorScheme, SaturatedColorScheme, SepiaColorScheme, ShadeColorScheme, ShiftColorScheme, SteelBlueColorScheme, SunfireRedColorScheme, SunGlareColorScheme, SunsetColorScheme, TerracottaColorScheme, TintColorScheme, ToneColorScheme, UltramarineColorScheme

public interface SchemeDerivedColors

Interface for derived color scheme colors.

Author:
Kirill Grouchnikov

Method Summary
 java.awt.Color getBackgroundFillColor()
          Returns the background fill color for this scheme.
 java.awt.Color getFocusRingColor()
          Returns the focus ring color for this scheme.
 java.awt.Color getLineColor()
          Returns the line color for this scheme.
 java.awt.Color getSelectionBackgroundColor()
          Returns the selection background color for this scheme.
 java.awt.Color getSelectionForegroundColor()
          Returns the selection foreground color for this scheme.
 java.awt.Color getTextBackgroundFillColor()
          Returns the text background fill color for this scheme.
 java.awt.Color getWatermarkDarkColor()
          Returns the watermark dark color for this scheme.
 java.awt.Color getWatermarkLightColor()
          Returns the watermark light color for this scheme.
 java.awt.Color getWatermarkStampColor()
          Returns the watermark stamp color for this scheme.
 

Method Detail

getWatermarkStampColor

java.awt.Color getWatermarkStampColor()
Returns the watermark stamp color for this scheme.

Returns:
Watermark stamp color for this scheme.

getWatermarkLightColor

java.awt.Color getWatermarkLightColor()
Returns the watermark light color for this scheme.

Returns:
Watermark light color for this scheme.

getWatermarkDarkColor

java.awt.Color getWatermarkDarkColor()
Returns the watermark dark color for this scheme.

Returns:
Watermark dark color for this scheme.

getLineColor

java.awt.Color getLineColor()
Returns the line color for this scheme.

Returns:
The line color for this scheme.

getSelectionBackgroundColor

java.awt.Color getSelectionBackgroundColor()
Returns the selection background color for this scheme.

Returns:
The selection background color for this scheme.

getSelectionForegroundColor

java.awt.Color getSelectionForegroundColor()
Returns the selection foreground color for this scheme.

Returns:
The selection foreground color for this scheme.

getBackgroundFillColor

java.awt.Color getBackgroundFillColor()
Returns the background fill color for this scheme.

Returns:
The background fill color for this scheme.

getTextBackgroundFillColor

java.awt.Color getTextBackgroundFillColor()
Returns the text background fill color for this scheme.

Returns:
The text background fill color for this scheme.

getFocusRingColor

java.awt.Color getFocusRingColor()
Returns the focus ring color for this scheme.

Returns:
The focus ring color for this scheme.