Imagine a large file with several procedures we would like to represent
proc1
proc2
proc3
in one or multiple columns and edges between each of them calling the others.
So that we can propose to people a kind of feel of the calling flow.
Stef
I do not understand this one. Could you provide more information?
Cheers, Doru
But, it seems to me that you would like to customize the way the edges look. userDefinedEdges have nothing to do with this issue. What you want here is to set a shape for your edges.
So, if you want to set different shapes for different edges, you could do like this:
view nodes: #(1 2 3). view shape line. view edgeFromAssociation: 1->2. view shape arrowedLine. view edgeFromAssociation: 2->3. view horizontalLineLayout gapSize: 100
About dotted line, this is not yet supported, but you can add it as a subclass of ROLine.
Does this clarify the situation?
Cheers, Doru
On May 14, 2013, at 6:58 PM, mathieu mathieubmddehouck@mailoo.org wrote:
Hi
I was wondering how to give different senses to different edges, so have a look at edgeDrivenLayout and subclasses. It seems that there are 2 sets of edges ( edges and userDifinedEdges ) and then we face a problem:
- How do we do if we want to represent more than two kinds of edges ?
Is Roassal able to draw dotted line ? (I haven't found it)
Regards
Mathieu _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Presenting is storytelling."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Innovation comes in the least expected form. That is, if it is expected, it already happened."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev