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

Summary: add orthogonal and hierarchical layout features
Product: platform Reporter: Kris Richards <krichard>
Component: GraphAssignee: Kris Richards <krichard>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/GraphLibraryGraphLayoutAPIReview
Issue Type: ENHANCEMENT Exception Reporter:

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