3 messages in org.netbeans.graph.usersTreeGraphLayout doubt
FromSent OnAttachments
karthikMay 31, 2007 3:43 am 
David KasparMay 31, 2007 6:54 am 
karthikJun 3, 2007 11:48 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:TreeGraphLayout doubtActions...
From:karthik (Kart@Sun.COM)
Date:May 31, 2007 3:43:58 am
List:org.netbeans.graph.users

Hi,

I have a GraphPinScene<String, String, String> object. This scene contains children which are connected in a tree fashion. The ideal layout for my application will be TreeGraphLayout but unfortunately TreeGraphLayout takes GraphScene but not GraphPinScene. Is there some way by which I can use GraphPinScene along with TreeGraphLayout? Is there any particular reason why GraphPinScene is not supported in TreeGraphLayout?