Hi!
Connected groups can be highlighted. I have enhanced the RTMetricNormalizer for this. This feature has been on my todo list for too long :-)
-=-=-=-=-=-=-=-= b := RTMondrian new. b shape box size: 10. b nodes: RTShape withAllSubclasses.
b shape arrowedLine withOffset. b edges moveBehind; connectToAll: #dependentClasses. b layout force charge: -300. b normalizer distinctColorForGroup. “ <==== That is the new thing " b -=-=-=-=-=-=-=-=
+1
Hi!
Connected groups can be highlighted. I have enhanced the RTMetricNormalizer for this. This feature has been on my todo list for too long :-)
-=-=-=-=-=-=-=-= b := RTMondrian new. b shape box size: 10. b nodes: RTShape withAllSubclasses.
b shape arrowedLine withOffset. b edges moveBehind; connectToAll: #dependentClasses. b layout force charge: -300. b normalizer distinctColorForGroup. “ <==== That is the new thing " b -=-=-=-=-=-=-=-=
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list
Moose-dev@list.inf.unibe.ch
Nice idea.
However, I would rename the selector because the meaning of group is a bit unclear. Should we use distinctColorForConnectedParts?
Cheers, Doru
On Dec 12, 2016, at 11:36 AM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
Connected groups can be highlighted. I have enhanced the RTMetricNormalizer for this. This feature has been on my todo list for too long :-)
-=-=-=-=-=-=-=-= b := RTMondrian new. b shape box size: 10. b nodes: RTShape withAllSubclasses.
b shape arrowedLine withOffset. b edges moveBehind; connectToAll: #dependentClasses. b layout force charge: -300. b normalizer distinctColorForGroup. “ <==== That is the new thing " b -=-=-=-=-=-=-=-=
<Screen Shot 2016-12-12 at 5.34.55 PM.png>
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- www.tudorgirba.com www.feenk.com
"No matter how many recipes we know, we still value a chef."
+1 Committed!
Thanks Alexandre
On Dec 12, 2016, at 7:05 PM, Tudor Girba tudor@tudorgirba.com wrote:
Nice idea.
However, I would rename the selector because the meaning of group is a bit unclear. Should we use distinctColorForConnectedParts?
Cheers, Doru
On Dec 12, 2016, at 11:36 AM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
Connected groups can be highlighted. I have enhanced the RTMetricNormalizer for this. This feature has been on my todo list for too long :-)
-=-=-=-=-=-=-=-= b := RTMondrian new. b shape box size: 10. b nodes: RTShape withAllSubclasses.
b shape arrowedLine withOffset. b edges moveBehind; connectToAll: #dependentClasses. b layout force charge: -300. b normalizer distinctColorForGroup. “ <==== That is the new thing " b -=-=-=-=-=-=-=-=
<Screen Shot 2016-12-12 at 5.34.55 PM.png>
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- www.tudorgirba.com www.feenk.com
"No matter how many recipes we know, we still value a chef."
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev