public interface IColorConfiguration extends IPatternConfiguration
Modifier and Type | Method and Description |
---|---|
IColorConstant |
getBackgroundColor()
Gets the background color.
|
IColorConstant |
getForegroundColor()
Gets the foreground color.
|
IColorConstant |
getTextColor()
Gets the text color.
|
double |
getTransparency()
Gets the transparency.
|
void |
setBackgroundColor(IColorConstant color)
Sets the background color.
|
void |
setForegroundColor(IColorConstant color)
Sets the foreground color.
|
void |
setTextColor(IColorConstant color)
Sets the text color.
|
void |
setTransparency(double transparency)
Sets the transparency.
|
IColorConstant getBackgroundColor()
IColorConstant getForegroundColor()
IColorConstant getTextColor()
void setBackgroundColor(IColorConstant color)
color
- the new background colorvoid setForegroundColor(IColorConstant color)
color
- the new foreground colorvoid setTextColor(IColorConstant color)
color
- the new text colordouble getTransparency()
void setTransparency(double transparency)
transparency
- the new transparency