Comment #5 on issue 1004 by alexandr...@gmail.com: Roassal should offer circular treemaps https://code.google.com/p/moose-technology/issues/detail?id=1004
In Roassal2
Consider the example:
| b | b := RTCircularTreeMapBuilder new. b shape color: Color transparent; borderWidth: 1; borderColor: Color black; if: [ :cls | cls subclasses isEmpty ] fillColor: [ :cls| (Smalltalk includesKey: (cls name, 'Test') asSymbol) ifTrue: [ Color green ] ifFalse: [ Color purple ] ]. b baseradius: 200; weight: [ :cls | cls withAllSubclasses size]. b explore: RTObject using: #subclasses. b build.
Attachments: Screen Shot 2015-02-27 at 2.15.36 PM.png 130 KB