On Tue, 2009-11-17 at 20:14 +0100, Lukas Renggli wrote: > >> http://www.svgopen.org/2009/papers/58-Interactive_Documentation_using_JavaScript_and_SVG/ > > > > What you have in Figure 3 is fairly trivial to obtain. I can provide > > scripts for this. > > Other figure are doable, but may require effort. I can help on this. > > I know how to do the tree, but that's not that interesting. I am more > interested into Figure 13 > (http://www.svgopen.org/2009/papers/58-Interactive_Documentation_using_JavaScript_and_SVG/#fig_xml11-32_svg_img) > and 14. > > In Morphic (with the exception of the arrows) this is easy to do when > nesting some containers into each other. I first thought that this > would be something for Mondrian, but it seems to be very hard at the > moment. Maybe this is also out of the scope of Mondrian?
I do something similar to that for Exupery's graphical method inspectors. I've used first Connectors and now Mondrian. I do the layout with graphvis and tweak it by hand if necessary. Mondrian is at least as easy to use for this as Connectors. If you're interested in the code, its the classes MOGraphVizLayout and ExuperyMondrianMethodInspector in Exupery. Bryce _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
