Package org.pushingpixels.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,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 SchemeDerivedColorsInterface for derived color scheme colors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackgroundFillColor()Returns the background fill color forthisscheme.ColorgetFocusRingColor()Returns the focus ring color forthisscheme.ColorgetLineColor()Returns the line color forthisscheme.ColorgetSelectionBackgroundColor()Returns the selection background color forthisscheme.ColorgetSelectionForegroundColor()Returns the selection foreground color forthisscheme.ColorgetTextBackgroundFillColor()Returns the text background fill color forthisscheme.ColorgetWatermarkDarkColor()Returns the watermark dark color forthisscheme.ColorgetWatermarkLightColor()Returns the watermark light color forthisscheme.ColorgetWatermarkStampColor()Returns the watermark stamp color forthisscheme.
-
-
-
Method Detail
-
getWatermarkStampColor
Color getWatermarkStampColor()
Returns the watermark stamp color forthisscheme.- Returns:
- Watermark stamp color for
thisscheme.
-
getWatermarkLightColor
Color getWatermarkLightColor()
Returns the watermark light color forthisscheme.- Returns:
- Watermark light color for
thisscheme.
-
getWatermarkDarkColor
Color getWatermarkDarkColor()
Returns the watermark dark color forthisscheme.- Returns:
- Watermark dark color for
thisscheme.
-
getLineColor
Color getLineColor()
Returns the line color forthisscheme.- Returns:
- The line color for
thisscheme.
-
getSelectionBackgroundColor
Color getSelectionBackgroundColor()
Returns the selection background color forthisscheme.- Returns:
- The selection background color for
thisscheme.
-
getSelectionForegroundColor
Color getSelectionForegroundColor()
Returns the selection foreground color forthisscheme.- Returns:
- The selection foreground color for
thisscheme.
-
getBackgroundFillColor
Color getBackgroundFillColor()
Returns the background fill color forthisscheme.- Returns:
- The background fill color for
thisscheme.
-
getTextBackgroundFillColor
Color getTextBackgroundFillColor()
Returns the text background fill color forthisscheme.- Returns:
- The text background fill color for
thisscheme.
-
getFocusRingColor
Color getFocusRingColor()
Returns the focus ring color forthisscheme.- Returns:
- The focus ring color for
thisscheme.
-
-