SubstanceColorScheme
AquaColorScheme
, BarbyPinkColorScheme
, BaseColorScheme
, BaseDarkColorScheme
, BaseLightColorScheme
, BlendBiColorScheme
, BottleGreenColorScheme
, BrownColorScheme
, CharcoalColorScheme
, CremeColorScheme
, DarkGrayColorScheme
, DarkMetallicColorScheme
, DarkVioletColorScheme
, DesertSandColorScheme
, EbonyColorScheme
, HueShiftColorScheme
, InvertedColorScheme
, JadeForestColorScheme
, LightAquaColorScheme
, LightGrayColorScheme
, LimeGreenColorScheme
, MetallicColorScheme
, NegatedColorScheme
, OliveColorScheme
, OrangeColorScheme
, PurpleColorScheme
, RaspberryColorScheme
, SaturatedColorScheme
, SepiaColorScheme
, ShadeColorScheme
, ShiftColorScheme
, SteelBlueColorScheme
, SunfireRedColorScheme
, SunGlareColorScheme
, SunsetColorScheme
, TerracottaColorScheme
, TintColorScheme
, ToneColorScheme
, UltramarineColorScheme
public 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 |
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.awt.Color getWatermarkStampColor()
this
scheme.this
scheme.java.awt.Color getWatermarkLightColor()
this
scheme.this
scheme.java.awt.Color getWatermarkDarkColor()
this
scheme.this
scheme.java.awt.Color getLineColor()
this
scheme.this
scheme.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.