Hi!
Here is another big todo. Layouts need to be composable. I often experience the need to have compact visualizations.
I added a new layout RTPartitionLayout. Here is an example: -=-=-=-=-=-=-=-=-=-=-=-= classes := (RPackageOrganizer default packageNamed: 'Roassal2') definedClasses. classes := classes copyWithout: RTObject.
b := RTMondrian new. b nodes: classes. b edges connectFrom: #superclass. b normalizer normalizeColor: #numberOfLinesOfCode; normalizeSize: #numberOfMethods. b layout partition withinGroup: RTTreeLayout; forNotConnected: RTGridLayout; forGroups: RTFlowLayout. b -=-=-=-=-=-=-=-=-=-=-=-=
Isn’t that cool?
Cheers, Alexandre
+1
On Mon, Dec 12, 2016 at 09:49 Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
Here is another big todo. Layouts need to be composable. I often experience the need to have compact visualizations.
I added a new layout RTPartitionLayout. Here is an example: -=-=-=-=-=-=-=-=-=-=-=-= classes := (RPackageOrganizer default packageNamed: 'Roassal2') definedClasses. classes := classes copyWithout: RTObject.
b := RTMondrian new. b nodes: classes. b edges connectFrom: #superclass. b normalizer normalizeColor: #numberOfLinesOfCode; normalizeSize: #numberOfMethods. b layout partition withinGroup: RTTreeLayout; forNotConnected: RTGridLayout; forGroups: RTFlowLayout. b -=-=-=-=-=-=-=-=-=-=-=-=
Isn’t that cool?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list
Moose-dev@list.inf.unibe.ch