tree map leafColor: is not working

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

tree map leafColor: is not working

Tudor Girba-2
Hi,

I am playing with the treemap again, but the leafColor: is not working. Could anyone take a look at it?

Cheers,
Doru



--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: tree map leafColor: is not working

Peter Uhnak
Not working means what? Not working at all? The result is not as expected? (Code would be good.)

Because if I try it on the RTTreeMapExample(s) it works.

Peter

On Fri, Sep 4, 2015 at 10:57 PM, Tudor Girba <[hidden email]> wrote:
Hi,

I am playing with the treemap again, but the leafColor: is not working. Could anyone take a look at it?

Cheers,
Doru



--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: tree map leafColor: is not working

akevalion
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: tree map leafColor: is not working

Tudor Girba-2
Hi,

Try this:
b := RTCircularTreeMapBuilder new.
leafColor: Color red;
leafWeight: 1;
explore: ArrayedCollection
nesting: #subclasses
leaves: #methods.
b

And the leaves will not get colored (also, the exampleFileSystem shows the same problem):

Inline image 1

Doru


On Sat, Sep 5, 2015 at 12:19 AM, milton mamani <[hidden email]> wrote:
Hi Doru,

Can you please explain your problem with tree map.

Cheers,
Milton

2015-09-04 17:26 GMT-04:00 Peter Uhnák <[hidden email]>:
Not working means what? Not working at all? The result is not as expected? (Code would be good.)

Because if I try it on the RTTreeMapExample(s) it works.

Peter

On Fri, Sep 4, 2015 at 10:57 PM, Tudor Girba <[hidden email]> wrote:
Hi,

I am playing with the treemap again, but the leafColor: is not working. Could anyone take a look at it?

Cheers,
Doru



--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev




--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev