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 111339 - TreeGraphLayout
Summary: TreeGraphLayout
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2007-07-30 12:23 UTC by Shansi 11
Modified: 2007-08-10 10:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch (4.79 KB, patch)
2007-08-01 15:58 UTC, David Kaspar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shansi 11 2007-07-30 12:23:15 UTC
In TreeGraphLayout,calculating originX,originY,verticalGap and horizontalGap dynamically is not possible.It would be
really helpful if the same is implemented.

Thanks
Comment 1 David Kaspar 2007-08-01 15:58:54 UTC
Created attachment 46014 [details]
Patch
Comment 2 David Kaspar 2007-08-01 16:00:10 UTC
A patch is attached. Now you are able to set all properties using GraphLayoutSupport.setTreeGraphLayoutProperties method.
The change is backward compatible. Asking for fast API review.
Comment 3 David Kaspar 2007-08-10 10:01:12 UTC
Fixed in main trunk.