Interface SchemeDerivedColors
-
- All Known Subinterfaces:
SubstanceColorScheme
- All Known Implementing Classes:
AquaColorScheme,BarbyPinkColorScheme,BaseColorScheme,BaseDarkColorScheme,BaseLightColorScheme,BottleGreenColorScheme,BrownColorScheme,CharcoalColorScheme,CremeColorScheme,DarkGrayColorScheme,DarkMetallicColorScheme,DarkVioletColorScheme,DerivedColorsResolverLight,DesertSandColorScheme,EbonyColorScheme,JadeForestColorScheme,LightAquaColorScheme,LightGrayColorScheme,LimeGreenColorScheme,MetallicColorScheme,OliveColorScheme,OrangeColorScheme,PurpleColorScheme,RaspberryColorScheme,SepiaColorScheme,SteelBlueColorScheme,SunfireRedColorScheme,SunGlareColorScheme,SunsetColorScheme,TerracottaColorScheme,UltramarineColorScheme
public interface SchemeDerivedColorsInterface for derived color scheme colors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ColorgetAccentedBackgroundFillColor()Returns the accented background fill color forthisscheme.java.awt.ColorgetBackgroundFillColor()Returns the background fill color forthisscheme.java.awt.ColorgetEchoColor()Returns the echo color forthisscheme.java.awt.ColorgetFocusRingColor()Returns the focus ring color forthisscheme.java.awt.ColorgetLineColor()Returns the line color forthisscheme.java.awt.ColorgetMarkColor()Returns the mark color forthisscheme.java.awt.ColorgetSelectionBackgroundColor()Returns the selection background color forthisscheme.java.awt.ColorgetSelectionForegroundColor()Returns the selection foreground color forthisscheme.java.awt.ColorgetSeparatorPrimaryColor()Returns the primary separator color forthisscheme.java.awt.ColorgetSeparatorSecondaryColor()Returns the secondary separator color forthisscheme.java.awt.ColorgetTextBackgroundFillColor()Returns the text background fill color forthisscheme.
-
-
-
Method Detail
-
getLineColor
java.awt.Color getLineColor()
Returns the line color forthisscheme.- Returns:
- The line color for
thisscheme. - See Also:
SubstanceSkin.getOverlayColor(SubstanceSlices.ColorOverlayType, SubstanceSlices.DecorationAreaType, ComponentState)
-
getSelectionBackgroundColor
java.awt.Color getSelectionBackgroundColor()
Returns the selection background color forthisscheme.- Returns:
- The selection background color for
thisscheme.
-
getSelectionForegroundColor
java.awt.Color getSelectionForegroundColor()
Returns the selection foreground color forthisscheme.- Returns:
- The selection foreground color for
thisscheme.
-
getBackgroundFillColor
java.awt.Color getBackgroundFillColor()
Returns the background fill color forthisscheme.- Returns:
- The background fill color for
thisscheme.
-
getAccentedBackgroundFillColor
java.awt.Color getAccentedBackgroundFillColor()
Returns the accented background fill color forthisscheme.- Returns:
- The accented background fill color for
thisscheme.
-
getTextBackgroundFillColor
java.awt.Color getTextBackgroundFillColor()
Returns the text background fill color forthisscheme.- Returns:
- The text background fill color for
thisscheme.
-
getFocusRingColor
java.awt.Color getFocusRingColor()
Returns the focus ring color forthisscheme.- Returns:
- The focus ring color for
thisscheme. - See Also:
SubstanceSkin.getOverlayColor(SubstanceSlices.ColorOverlayType, SubstanceSlices.DecorationAreaType, ComponentState)
-
getSeparatorPrimaryColor
java.awt.Color getSeparatorPrimaryColor()
Returns the primary separator color forthisscheme.- Returns:
- The primary separator color for
thisscheme.
-
getSeparatorSecondaryColor
java.awt.Color getSeparatorSecondaryColor()
Returns the secondary separator color forthisscheme.- Returns:
- The secondary separator color for
thisscheme.
-
getMarkColor
java.awt.Color getMarkColor()
Returns the mark color forthisscheme. Mark color is used on checkboxes, radio buttons, scrollbar arrows, combo arrows, menu arrows, etc.- Returns:
- The mark color for
thisscheme.
-
getEchoColor
java.awt.Color getEchoColor()
Returns the echo color forthisscheme. Echo color is used for drawing slight echo / drop shadow around title pane texts and similar "primary" elements.- Returns:
- The echo color for
thisscheme.
-
-