Interface SchemeDerivedColors
-
- All Known Subinterfaces:
RadianceColorScheme
- All Known Implementing Classes:
AquaColorScheme
,BarbyPinkColorScheme
,BaseColorScheme
,BaseDarkColorScheme
,BaseLightColorScheme
,BelizeColorScheme
,BladeColorScheme
,BlendBiColorScheme
,BloodyMoonColorScheme
,BlueYonderColorScheme
,BottleGreenColorScheme
,BrickWallColorScheme
,BrownColorScheme
,BrownVelvetColorScheme
,CharcoalColorScheme
,CobaltSteelColorScheme
,ColorBlindColorScheme
,CremeColorScheme
,DarkGrayColorScheme
,DarkMetallicColorScheme
,DarkVioletColorScheme
,DerivedColorsResolverDark
,DerivedColorsResolverLight
,DesertMarsColorScheme
,DesertSandColorScheme
,DeuteranopiaColorScheme
,EarthFrescoColorScheme
,EbonyColorScheme
,EmeraldGrassColorScheme
,FauveMauveColorScheme
,GooseberryJungleColorScheme
,GreenPearlColorScheme
,HueShiftColorScheme
,InvertedColorScheme
,JadeForestColorScheme
,LightAquaColorScheme
,LightGrayColorScheme
,LimeGreenColorScheme
,MahoganyColorScheme
,MetallicColorScheme
,MixColorScheme
,NegatedColorScheme
,OliveColorScheme
,OrangeColorScheme
,OrchidAlloyColorScheme
,PeachColorScheme
,PlacidPinkColorScheme
,ProtanopiaColorScheme
,PurpleColorScheme
,RaspberryColorScheme
,SaturatedColorScheme
,SepiaColorScheme
,ShadeColorScheme
,ShiftColorScheme
,SkyHighColorScheme
,SpringLeafColorScheme
,SteelBlueColorScheme
,SunfireRedColorScheme
,SunGlareColorScheme
,SunsetColorScheme
,TerracottaColorScheme
,TintColorScheme
,ToneColorScheme
,TritanopiaColorScheme
,TurquoiseLakeColorScheme
,UltramarineColorScheme
,WildPineColorScheme
,YellowMarineColorScheme
public interface SchemeDerivedColors
Interface for derived color scheme colors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Color
getAccentedBackgroundFillColor()
Returns the accented background fill color forthis
scheme.java.awt.Color
getBackgroundFillColor()
Returns the background fill color forthis
scheme.java.awt.Color
getEchoColor()
Returns the echo color forthis
scheme.java.awt.Color
getFocusRingColor()
Returns the focus ring color forthis
scheme.java.awt.Color
getLineColor()
Returns the line color forthis
scheme.java.awt.Color
getMarkColor()
Returns the mark color forthis
scheme.java.awt.Color
getSelectionBackgroundColor()
Returns the selection background color forthis
scheme.java.awt.Color
getSelectionForegroundColor()
Returns the selection foreground color forthis
scheme.java.awt.Color
getSeparatorPrimaryColor()
Returns the primary separator color forthis
scheme.java.awt.Color
getSeparatorSecondaryColor()
Returns the secondary separator color forthis
scheme.java.awt.Color
getTextBackgroundFillColor()
Returns the text background fill color forthis
scheme.
-
-
-
Method Detail
-
getLineColor
java.awt.Color getLineColor()
Returns the line color forthis
scheme.- Returns:
- The line color for
this
scheme. - See Also:
RadianceSkin.getOverlayColor(RadianceThemingSlices.ColorOverlayType, RadianceThemingSlices.DecorationAreaType, ComponentState)
-
getSelectionBackgroundColor
java.awt.Color getSelectionBackgroundColor()
Returns the selection background color forthis
scheme.- Returns:
- The selection background color for
this
scheme.
-
getSelectionForegroundColor
java.awt.Color getSelectionForegroundColor()
Returns the selection foreground color forthis
scheme.- Returns:
- The selection foreground color for
this
scheme.
-
getBackgroundFillColor
java.awt.Color getBackgroundFillColor()
Returns the background fill color forthis
scheme.- Returns:
- The background fill color for
this
scheme.
-
getAccentedBackgroundFillColor
java.awt.Color getAccentedBackgroundFillColor()
Returns the accented background fill color forthis
scheme.- Returns:
- The accented background fill color for
this
scheme.
-
getTextBackgroundFillColor
java.awt.Color getTextBackgroundFillColor()
Returns the text background fill color forthis
scheme.- Returns:
- The text background fill color for
this
scheme.
-
getFocusRingColor
java.awt.Color getFocusRingColor()
Returns the focus ring color forthis
scheme.- Returns:
- The focus ring color for
this
scheme. - See Also:
RadianceSkin.getOverlayColor(RadianceThemingSlices.ColorOverlayType, RadianceThemingSlices.DecorationAreaType, ComponentState)
-
getSeparatorPrimaryColor
java.awt.Color getSeparatorPrimaryColor()
Returns the primary separator color forthis
scheme.- Returns:
- The primary separator color for
this
scheme.
-
getSeparatorSecondaryColor
java.awt.Color getSeparatorSecondaryColor()
Returns the secondary separator color forthis
scheme.- Returns:
- The secondary separator color for
this
scheme.
-
getMarkColor
java.awt.Color getMarkColor()
Returns the mark color forthis
scheme. Mark color is used on checkboxes, radio buttons, scrollbar arrows, combo arrows, menu arrows, etc.- Returns:
- The mark color for
this
scheme.
-
getEchoColor
java.awt.Color getEchoColor()
Returns the echo color forthis
scheme. Echo color is used for drawing slight echo / drop shadow around title pane texts and similar "primary" elements.- Returns:
- The echo color for
this
scheme.
-
-