|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorable
The interface that defines the capabilties for an object that can have its color accessed/mutated
Method Summary | |
---|---|
Color |
getColor()
Gets the Color of this Object |
void |
setColor(Color c)
Sets the Color of this Object |
Method Detail |
---|
Color getColor()
java.awt.Color
of this Objectvoid setColor(Color c)
c
- the java.awt.Color
to set the Object to become
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |