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 SchemeDerivedColors
Interface for derived color scheme colors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackgroundFillColor()
Returns the background fill color forthis
scheme.Color
getFocusRingColor()
Returns the focus ring color forthis
scheme.Color
getLineColor()
Returns the line color forthis
scheme.Color
getSelectionBackgroundColor()
Returns the selection background color forthis
scheme.Color
getSelectionForegroundColor()
Returns the selection foreground color forthis
scheme.Color
getTextBackgroundFillColor()
Returns the text background fill color forthis
scheme.Color
getWatermarkDarkColor()
Returns the watermark dark color forthis
scheme.Color
getWatermarkLightColor()
Returns the watermark light color forthis
scheme.Color
getWatermarkStampColor()
Returns the watermark stamp color forthis
scheme.
-
-
-
Method Detail
-
getWatermarkStampColor
Color getWatermarkStampColor()
Returns the watermark stamp color forthis
scheme.- Returns:
- Watermark stamp color for
this
scheme.
-
getWatermarkLightColor
Color getWatermarkLightColor()
Returns the watermark light color forthis
scheme.- Returns:
- Watermark light color for
this
scheme.
-
getWatermarkDarkColor
Color getWatermarkDarkColor()
Returns the watermark dark color forthis
scheme.- Returns:
- Watermark dark color for
this
scheme.
-
getLineColor
Color getLineColor()
Returns the line color forthis
scheme.- Returns:
- The line color for
this
scheme.
-
getSelectionBackgroundColor
Color getSelectionBackgroundColor()
Returns the selection background color forthis
scheme.- Returns:
- The selection background color for
this
scheme.
-
getSelectionForegroundColor
Color getSelectionForegroundColor()
Returns the selection foreground color forthis
scheme.- Returns:
- The selection foreground color for
this
scheme.
-
getBackgroundFillColor
Color getBackgroundFillColor()
Returns the background fill color forthis
scheme.- Returns:
- The background fill color for
this
scheme.
-
getTextBackgroundFillColor
Color getTextBackgroundFillColor()
Returns the text background fill color forthis
scheme.- Returns:
- The text background fill color for
this
scheme.
-
getFocusRingColor
Color getFocusRingColor()
Returns the focus ring color forthis
scheme.- Returns:
- The focus ring color for
this
scheme.
-
-