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
Modifier and TypeMethodDescriptionReturns the background fill color forthisscheme.Returns the focus ring color forthisscheme.Returns the line color forthisscheme.Returns the selection background color forthisscheme.Returns the selection foreground color forthisscheme.Returns the text background fill color forthisscheme.Returns the watermark dark color forthisscheme.Returns the watermark light color forthisscheme.Returns the watermark stamp color forthisscheme.
-
Method Details
-
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.
-