|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
The Configuration interface provides a way to update some of the user configurable UI components.
| Method Summary | |
|---|---|
void |
setBackgroundColor(Color color)
Changes the background color for this and all contained components. |
void |
setFontSize(float fontSize)
Changes the font size for this and all contained components while maintaining the font name and style. |
void |
setForegroundColor(Color color)
Changes the foreground color for this and all contained components. |
| Method Detail |
|---|
void setFontSize(float fontSize)
fontSize - the new font sizevoid setBackgroundColor(Color color)
color - the new background colorvoid setForegroundColor(Color color)
color - the new foreground color
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||