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 |
getTextBackgroundFillColor() |
Returns the text background fill color for
this scheme. |
java.awt.Color |
getWatermarkDarkColor() |
Returns the watermark dark color for
this scheme. |
java.awt.Color |
getWatermarkLightColor() |
Returns the watermark light color for
this scheme. |
java.awt.Color |
getWatermarkStampColor() |
Returns the watermark stamp color for
this scheme. |
java.lang.String |
toString() |
public DerivedColorsResolverLight(SubstanceColorScheme scheme)
scheme - The original color scheme.public java.awt.Color getWatermarkStampColor()
SchemeDerivedColorsthis scheme.getWatermarkStampColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getWatermarkLightColor()
SchemeDerivedColorsthis scheme.getWatermarkLightColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getWatermarkDarkColor()
SchemeDerivedColorsthis scheme.getWatermarkDarkColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getLineColor()
SchemeDerivedColorsthis scheme.getLineColor in interface SchemeDerivedColorsthis scheme.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.lang.String toString()
toString in class java.lang.Objectpublic java.awt.Color getBackgroundFillColor()
SchemeDerivedColorsthis scheme.getBackgroundFillColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getFocusRingColor()
SchemeDerivedColorsthis scheme.getFocusRingColor in interface SchemeDerivedColorsthis scheme.public java.awt.Color getTextBackgroundFillColor()
SchemeDerivedColorsthis scheme.getTextBackgroundFillColor in interface SchemeDerivedColorsthis scheme.