Roassal offers an easy way to define bezier lines.
Check: exampleDynamicBezierEdges
Other example, contained in the example: -=-=-=-=-=-= v := RTView new. shape := RTEllipse new size: 10; color: (Color purple alpha: 0.3). els := (shape elementsOn: (1 to: 6)) @ RTDraggable. v addAll: els . RTHorizontalLineLayout on: v elements.
edge := (RTBezierLine new controllingElements: v elements) edgeFrom: els first to: els last. v add: edge.
v -=-=-=-=-=-=
But I guess you know these example. How would you define these curved lines?
Alexandre
On Jul 1, 2015, at 9:36 AM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
I would like to draw a simple curved line. The idea would be to offer a simple way to deal with edges that come from or to other place.
Roassal2 seems to not support this right now (at least not anymore). Do I miss something?
Cheers, Doru
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev