SubstanceColorSchemeAquaColorScheme, 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, UltramarineColorSchemepublic interface SchemeDerivedColors
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Color |
getBackgroundFillColor() |
Returns the background fill color for
this scheme. |
java.awt.Color |
getFocusRingColor() |
Returns the focus ring color for
this scheme. |
java.awt.Color |
getLineColor() |
Returns the line color for
this scheme. |
java.awt.Color |
getSelectionBackgroundColor() |
Returns the selection background color for
this scheme. |
java.awt.Color |
getSelectionForegroundColor() |
Returns the selection foreground color for
this scheme. |
java.awt.Color |
getSeparatorDarkColor() |
Returns the dark separator color for
this scheme. |
java.awt.Color |
getSeparatorLightColor() |
Returns the light separator color for
this scheme. |
java.awt.Color |
getSeparatorShadowColor() |
Returns the shadow separator color for
this scheme. |
java.awt.Color |
getTextBackgroundFillColor() |
Returns the text background fill color for
this scheme. |
java.awt.Color getLineColor()
this scheme.this scheme.SubstanceSkin.getOverlayColor(SubstanceSlices.ColorOverlayType, SubstanceSlices.DecorationAreaType, ComponentState)java.awt.Color getSelectionBackgroundColor()
this scheme.this scheme.java.awt.Color getSelectionForegroundColor()
this scheme.this scheme.java.awt.Color getBackgroundFillColor()
this scheme.this scheme.java.awt.Color getTextBackgroundFillColor()
this scheme.this scheme.java.awt.Color getFocusRingColor()
this scheme.this scheme.SubstanceSkin.getOverlayColor(SubstanceSlices.ColorOverlayType, SubstanceSlices.DecorationAreaType, ComponentState)java.awt.Color getSeparatorLightColor()
this scheme.this scheme.java.awt.Color getSeparatorDarkColor()
this scheme.this scheme.java.awt.Color getSeparatorShadowColor()
this scheme.this scheme.