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 :-)

Summary


Constructors
Instance fields
Instance methods

Constructors

CDrawSetter

(package private) 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.