|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Shaded
Has a Shade that can be read and set.
Shaded allows the colour of an object to be to read and set
independently of its implementation type.
| Method Summary | |
|---|---|
void |
setShade(Shade shade)
Set the current colour of the object as a Shade. |
Shade |
shade()
The current colour of the object as a Shade. |
| Method Detail |
|---|
Shade shade()
Shade.
void setShade(Shade shade)
Shade.
shade - must be non-null (to preserve contract semantics)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||