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

Summary: TreeGraphLayout
Product: platform Reporter: Shansi 11 <sivashankari>
Component: GraphAssignee: issues@platform <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: API_REVIEW_FAST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Patch

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.