|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies that all classes implementing it can have their color set and accessed. It also contains the constant for the default gray that a Java component uses.
Field Summary | |
static Color |
DEFAULT_GRAY
The default color of Java components. |
Method Summary | |
Color |
getColor()
Get the color of the implementing object. |
void |
setColor(Color c)
Set the color of the implementing object. |
Field Detail |
public static final Color DEFAULT_GRAY
Method Detail |
public void setColor(Color c)
c
- the color to set the Colorable
getColor
public Color getColor()
Colorable
setColor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |