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 139311

Summary: Need DAGGraphLayout class
Product: platform Reporter: daveyost <daveyost>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description daveyost 2008-07-08 21:03:08 UTC
This class would do the layout for a dag containing possibly multiple roots. Options:
 root-justify = all root node locations have the same y value
 leaf-justify  = all leaf node locations have the same y value

The TreeGraphLayout would be a special case of this layout.