This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 138857 - association lines on class diagram
Summary: association lines on class diagram
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-02 18:56 UTC by estey
Modified: 2008-09-26 15:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description estey 2008-07-02 18:56:44 UTC
This might not be a defect, I have looked all over the FAQs and Documentation and am trying to make sure that the
association lines on a class diagram can be moved to the locations I wish.  I understand about remove breaks.  I am
trying to move the association line at a different location on the Class in a Class Diagram, e.g.

Current association goes from the top of Class A to bottom of Class B

-----------      -----------
| Class A |\     | Class B |
----------- \    -----------
|  attrs  |  \   |  attrs  |
-----------   \  -----------
| methods |    \ | methods |
-----------     \-----------

To a horizontal association as below

-----------       -----------
| Class A | ------| Class B |
-----------       -----------
|  attrs  |       |  attrs  |
-----------       -----------
| methods |       | methods |
-----------       -----------
Comment 1 Jan Pokorsky 2008-07-03 12:49:33 UTC
reassigning to UML
Comment 2 Sergey Petrov 2008-09-26 15:34:18 UTC
both anchors for links are determined automatically, it's good to allow custom position but it should be enhancement.
also by default in 6.1 and 6.5 link is drawn from center to center (second sample).