I don't know if you add this feature recently but I would like to be able to attach edges to center of nodes.
This is well supported in Roassal. You simply have to send #attachPoint: to a line shape. Consider: -=-=-=-=-=-=-=-=-=-=-=-= | view rawView | rawView := ROView new. view := ROMondrianViewBuilder view: rawView. "-------------" "-------------" view shape rectangle size: 20. view nodes: #(1 2 3). view shape line attachPoint: ROCenteredAttachPoint instance. view edgesFromAssociations: (Array with: 1-> 2 with: 2 -> 3 with: 1 -> 3). view circleLayout "-------------" "-------------" "Below is the initiation of the menu and opening the visualization" ROEaselMorphic new populateMenuOn: view. view open -=-=-=-=-=-=-=-=-=-=-=-= Example about this: ROMondrianExample>>attachPointOn: Cheers, Alexandre
Le 20 avr. 2013 à 01:58, Alexandre Bergel <alexandre.bergel@me.com> a écrit :
Hi!
Roassal 2.0 is on the way. We would like to make sure everybody find this release attractive. We are wondering whether you have some particular requirements you would like us to address or some bugs you would like to see fixed.
Feel free to speak up!
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.