bripkens / opendecisionrepository

Automatically exported from code.google.com/p/opendecisionrepository
GNU General Public License v3.0
0 stars 1 forks source link

Associations always point to the middle of a node #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When creating a diagram you mostly try to have horizontal and vertical lines. 
Since the visualization component always draws a line to the centre of a node, 
this is not always possible. It would be nice to specify the endpoint of a 
line, i.e. being able to change the point which the line points to.

One way of how this could be done is by changing the value odr.Shape#center 
returns to some other value which is user configurable.

Original issue reported on code.google.com by bripkens.dev on 7 Dec 2010 at 4:11

GoogleCodeExporter commented 9 years ago
Fixed with the introduction of the new visualization in revision 773.

Original comment by bripkens.dev on 19 Dec 2010 at 1:10