Just to be clear, are you looking for a package that will actually create the layout of nodes for you - or simply draw/paint them using an existing x,y coordinate set?
I don't know of any commercial packages to do the former in Flex- but the latter is fairly trivial to do with a bit of code. -Mark --- In [email protected], "phoberomys" <[EMAIL PROTECTED]> wrote: > > Does anybody know of anybody developing something along the lines of > the prefuse visualization toolkit (http://prefuse.org/) in flex? Or > on a simpler level, just a force-directed graph component. > > - Forrest > > > --- In [email protected], Roger Gonzalez <rgonzalez@> wrote: > > > > I don't know of an off-the-shelf package, but its not hard to write. > > > > My linker/loader article on devnet includes an utility program for > which I > > wrote a force-directed graph layout algorithm as a component that > scribbles > > on a Canvas using the ActionScript graphics API. (The utility is > prebuilt, > > no source, but you might want to tinker with it for inspiration.) > > > > -Roger > > > > Roger Gonzalez > > mailto:rgonzalez@ > > > > > > > -----Original Message----- > > > From: shlomic_thailand [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, March 03, 2005 6:49 PM > > > To: [email protected] > > > Subject: [flexcoders] Fwd: Drawing Network topology graph in Flex > > > > > > > > > > > > --- In [email protected], "shlomic_thailand" <[EMAIL PROTECTED]> > > > wrote: > > > > > > Hi > > > > > > does anyone know of a package that can draw graphs in flex (like tree > > > but more complex) > > > we'd like to write an application that draws network topology in the > > > UI. > > > > > > thanks > > > Shlomi > > > --- End forwarded message --- > > > > > > > > > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

