protected class ColorComponent.ColorSettingScheme extends java.lang.Object implements ColorScheme
ColorScheme to override the active color to the current value of the color setting.| Constructor and Description |
|---|
ColorSettingScheme(Renderer renderer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getActiveColor()
Return the current color setting, instead of the active color defined by the scheme.
|
java.awt.Color |
getBackgroundColor()
Return the color defined by the scheme.
|
java.awt.Color |
getFontColor()
Return the color defined by the scheme.
|
java.awt.Color |
getInactiveColor()
Return the color defined by the scheme.
|
int |
getOpacity()
Return the value defined by the scheme.
|
java.awt.Color |
getOutlineColor()
Return the color defined by the scheme.
|
public java.awt.Color getActiveColor()
getActiveColor in interface ColorSchemepublic java.awt.Color getInactiveColor()
getInactiveColor in interface ColorSchemepublic java.awt.Color getBackgroundColor()
getBackgroundColor in interface ColorSchemepublic java.awt.Color getOutlineColor()
getOutlineColor in interface ColorSchemepublic java.awt.Color getFontColor()
getFontColor in interface ColorSchemepublic int getOpacity()
getOpacity in interface ColorScheme