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 106417

Summary: Missing TreeGraphLayout for GraphPinScene
Product: platform Reporter: Karthikeyan S <karthik_s>
Component: GraphAssignee: issues@platform <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Karthikeyan S 2007-06-12 18:38:04 UTC
there is no TreeGraphLayout implementation for GraphPinScene based Scenes.
Comment 1 David Kaspar 2007-06-13 10:45:57 UTC
It is already implemented - see issue #105278. The TreeGraphLayout can be created by:
GraphLayoutFactory.createTreeGraphLayout
method and the root node of tree layout can be changed using:
GraphLayoutSupport.setTreeGraphLayoutRootNode
method.


*** This issue has been marked as a duplicate of 105278 ***