CDrawSetter
| Kind of class: | (package private) (inner) class |
|---|---|
| Enclosing class: | |
| Package: | treemap |
| Inherits from: | none |
| Package classpath: | treemap.CDrawSetter |
| File last modified: | Thursday, 13 February 2003, 20:36:12 |
The goal of the CDrawSetter inner class is to permit
the access to the cDraw private variable of the TMNodeModelRoot.
With it, we can permit the setting of the cDraw only to
thoses that we wants.
It's a kind of execution-dependant access right to private variable.
I don't know if it's really pure object oriented, but
I find it really fun :-)
the access to the cDraw private variable of the TMNodeModelRoot.
With it, we can permit the setting of the cDraw only to
thoses that we wants.
It's a kind of execution-dependant access right to private variable.
I don't know if it's really pure object oriented, but
I find it really fun :-)
Summary
Constructors
- CDrawSetter
- Constructor.
Instance fields
Instance methods
- setCDraw
- Sets the cDraw of the model.
Constructors
CDrawSetter
Constructor.
Parameters:
cDraw:
the new TMComputeDraw
Instance fields
cDraw
private TMComputeDraw cDraw = null
Instance methods
setCDraw
(package private) void setCDraw(
)
Sets the cDraw of the model.