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 129948 - add orthogonal and hierarchical layout features
Summary: add orthogonal and hierarchical layout features
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kris Richards
URL: http://wiki.netbeans.org/GraphLibrary...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 18:48 UTC by Kris Richards
Modified: 2008-03-12 18:52 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 Kris Richards 2008-03-12 18:48:49 UTC
Adding static methods createOrthogonalLayout(GraphScene scene) and createHierarchicalLayout(GraphScene scene) to the GraphLayoutFactory class. These 
calls will each return a GraphLayout on which the user calls layoutGraph() to perform the actual layout.
Comment 1 Kris Richards 2008-03-12 18:52:02 UTC
Fast Track documentation can be found at
http://wiki.netbeans.org/GraphLibraryGraphLayoutAPIReview