|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Themeable
The Interface Themeable.
Method Summary | |
---|---|
void |
applyTheme(Theme t)
Apply theme. |
int |
getBackground()
Gets the background. |
int |
getBorder1()
Gets the border1. |
int |
getBorder2()
Gets the border2. |
int |
getButtonBgDark()
Gets the button bg dark. |
int |
getButtonBgLight()
Gets the button bg light. |
int |
getButtonSelDark()
Gets the button sel dark. |
int |
getButtonSelLight()
Gets the button sel light. |
int |
getForeground()
Gets the foreground. |
int |
getSelectedBackground()
Gets the selected background. |
int |
getSelectedForeground()
Gets the selected foreground. |
int |
getTitleBackground()
Gets the title background. |
int |
getTitleForeground()
Gets the title foreground. |
void |
setBackground(int background)
Sets the background. |
void |
setBorder1(int c)
Sets the border1. |
void |
setBorder2(int c)
Sets the border2. |
void |
setForeground(int foreground)
Sets the foreground. |
void |
setSelectedBackground(int selectColor)
Sets the selected background. |
void |
setSelectedForeground(int selectColor)
Sets the selected foreground. |
Method Detail |
---|
void applyTheme(Theme t)
t
- the tint getForeground()
void setForeground(int foreground)
foreground
- the new foregroundint getBackground()
void setBackground(int background)
background
- the new backgroundint getSelectedBackground()
void setSelectedBackground(int selectColor)
selectColor
- the new selected backgroundint getSelectedForeground()
void setSelectedForeground(int selectColor)
selectColor
- the new selected foregroundint getBorder1()
void setBorder1(int c)
c
- the new border1int getBorder2()
void setBorder2(int c)
c
- the new border2int getButtonBgDark()
int getButtonBgLight()
int getButtonSelDark()
int getButtonSelLight()
int getTitleBackground()
int getTitleForeground()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |