org.jvnet.substance.colorscheme
public class DerivedColorsResolverLight extends java.lang.Object implements SchemeDerivedColors
Constructor and Description |
---|
DerivedColorsResolverLight(SubstanceColorScheme scheme)
Creates the resolver of derived colors for the specified light color
scheme.
|
Modifier and Type | Method and 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()
SchemeDerivedColors
this
scheme.getWatermarkStampColor
in interface SchemeDerivedColors
this
scheme.public java.awt.Color getWatermarkLightColor()
SchemeDerivedColors
this
scheme.getWatermarkLightColor
in interface SchemeDerivedColors
this
scheme.public java.awt.Color getWatermarkDarkColor()
SchemeDerivedColors
this
scheme.getWatermarkDarkColor
in interface SchemeDerivedColors
this
scheme.public java.awt.Color getLineColor()
SchemeDerivedColors
this
scheme.getLineColor
in interface SchemeDerivedColors
this
scheme.public java.awt.Color getSelectionForegroundColor()
SchemeDerivedColors
this
scheme.getSelectionForegroundColor
in interface SchemeDerivedColors
this
scheme.public java.awt.Color getSelectionBackgroundColor()
SchemeDerivedColors
this
scheme.getSelectionBackgroundColor
in interface SchemeDerivedColors
this
scheme.public java.lang.String toString()
toString
in class java.lang.Object
public java.awt.Color getBackgroundFillColor()
SchemeDerivedColors
this
scheme.getBackgroundFillColor
in interface SchemeDerivedColors
this
scheme.public java.awt.Color getFocusRingColor()
SchemeDerivedColors
this
scheme.getFocusRingColor
in interface SchemeDerivedColors
this
scheme.public java.awt.Color getTextBackgroundFillColor()
SchemeDerivedColors
this
scheme.getTextBackgroundFillColor
in interface SchemeDerivedColors
this
scheme.