SchemeDerivedColorspublic class DerivedColorsResolverLight extends java.lang.Object implements SchemeDerivedColors
| Constructor | Description |
|---|---|
DerivedColorsResolverLight(SubstanceColorScheme scheme) |
Creates the resolver of derived colors for the specified light color
scheme.
|
| 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.lang.String |
toString() |
public DerivedColorsResolverLight(SubstanceColorScheme scheme)
scheme - The original color scheme.public java.lang.String toString()
toString in class java.lang.Objectpublic java.awt.Color getLineColor()
SchemeDerivedColorsthis scheme.getLineColor in interface SchemeDerivedColorsthis scheme.SubstanceSkin.getOverlayColor(SubstanceSlices.ColorOverlayType, SubstanceSlices.DecorationAreaType, ComponentState)public java.awt.Color getSelectionForegroundColor()
SchemeDerivedColorsthis scheme.getSelectionForegroundColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getSelectionBackgroundColor()
SchemeDerivedColorsthis scheme.getSelectionBackgroundColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getBackgroundFillColor()
SchemeDerivedColorsthis scheme.getBackgroundFillColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getFocusRingColor()
SchemeDerivedColorsthis scheme.getFocusRingColor in interface SchemeDerivedColorsthis scheme.SubstanceSkin.getOverlayColor(SubstanceSlices.ColorOverlayType, SubstanceSlices.DecorationAreaType, ComponentState)public java.awt.Color getTextBackgroundFillColor()
SchemeDerivedColorsthis scheme.getTextBackgroundFillColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getSeparatorLightColor()
SchemeDerivedColorsthis scheme.getSeparatorLightColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getSeparatorDarkColor()
SchemeDerivedColorsthis scheme.getSeparatorDarkColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getSeparatorShadowColor()
SchemeDerivedColorsthis scheme.getSeparatorShadowColor in interface SchemeDerivedColorsthis scheme.