|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColorStyle
ColorStyle
is an interface for colors. It basically has
two colors - background or foreground. User can set and get both colors
using this interface.
Method Summary | |
---|---|
Color |
getBackground()
Gets the background. |
Color |
getForeground()
Gets the foreground. |
void |
setBackground(Color background)
Sets the background. |
void |
setForeground(Color foreground)
Sets the foreground. |
Method Detail |
---|
void setBackground(Color background)
background
- the new background.Color getBackground()
void setForeground(Color foreground)
foreground
- the new foreground.Color getForeground()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |