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
Modifier and TypeMethodDescriptionReturns the accented background fill color forthis
scheme.Returns the background fill color forthis
scheme.Returns the echo color forthis
scheme.Returns the focus ring color forthis
scheme.Returns the line color forthis
scheme.Returns the mark color forthis
scheme.Returns the selection background color forthis
scheme.Returns the selection foreground color forthis
scheme.Returns the primary separator color forthis
scheme.Returns the secondary separator color forthis
scheme.Returns the text background fill color forthis
scheme.
-
Method Details
-
getLineColor
Color getLineColor()Returns the line color forthis
scheme.- Returns:
- The line color for
this
scheme. - See Also:
-
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.
-
getAccentedBackgroundFillColor
Color getAccentedBackgroundFillColor()Returns the accented background fill color forthis
scheme.- Returns:
- The accented 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. - See Also:
-
getSeparatorPrimaryColor
Color getSeparatorPrimaryColor()Returns the primary separator color forthis
scheme.- Returns:
- The primary separator color for
this
scheme.
-
getSeparatorSecondaryColor
Color getSeparatorSecondaryColor()Returns the secondary separator color forthis
scheme.- Returns:
- The secondary separator color for
this
scheme.
-
getMarkColor
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
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.
-