|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.colorscheme.DerivedColorsResolverLight
public class DerivedColorsResolverLight
Resolver of derived colors for light color schemes. This class is not accessible outside the package and is for internal use only.
Constructor Summary | |
---|---|
DerivedColorsResolverLight(SubstanceColorScheme scheme)
Creates the resolver of derived colors for the specified light color scheme. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DerivedColorsResolverLight(SubstanceColorScheme scheme)
scheme
- The original color scheme.Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |