|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorConfiguration
The Interface IColorConfiguration.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |