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 - Need DAGGraphLayout class
Summary: Need DAGGraphLayout class
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-08 21:03 UTC by daveyost
Modified: 2008-07-08 21:03 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 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.