I want to display a graph which is having nodes and edges in the flex.The layout should be taken care by any algorithm.After taking the graph as input I want to keep images in the node positions and connect them through lines(edges).I do not want to use any third party API to do this.Can anyone please suggest me how can I do this only using flex?I will be great if anyone can suggest me the algorithm for arranging the nodes and edges also.
Thanks, Madhavi On Tue, Jan 18, 2011 at 10:35 PM, Nakul Mishra <[email protected]> wrote: > ll b glad 2 help u. > Can u share wht is u r problem: Designing Phase or Implementation phase? > > On Mon, Jan 17, 2011 at 9:01 AM, madhavi chinni < > [email protected]> wrote: > >> I want to to display a graphml in Flex which contains nodes and >> edges.Nodes are the entity images and edges are the lines connecting >> the entities.I want the graphml to be displayed without any dependency >> on x and y coordinates.The layout of the graph should be taken >> automatically.Could you please help me in doing this? >> >> Thanks, >> Madhavi >> >> On Jan 16, 4:28 pm, Nakul Mishra <[email protected]> wrote: >> > Hi, >> > What is the goal of a graph produced by your component? >> > Goal matters a lot because of time complexity. >> > For e.g. suffix tree implementation is quit often use to represent >> suffix of >> > a given string. The benefit of this is that it provides fast >> implementation >> > of many important string operations. >> > Once you know what you will like to achieve from your component then >> its >> > all about programming. >> > Hope it will be of some help >> > >> > On Tue, Jan 11, 2011 at 11:55 AM, madhavi chinni < >> > >> > >> > >> > >> > >> > [email protected]> wrote: >> > > Hi, >> > >> > > We want to develop a component to render a graph representing nodes >> > > and edges using flex without using a third party API. >> > > Can anyone share your views or how can it be done? >> > >> > > Regards, >> > > Madhavi >> > >> > > -- >> > > You received this message because you are subscribed to the Google >> Groups >> > > "Flex India Community" group. >> > > To post to this group, send email to [email protected]. >> > > To unsubscribe from this group, send email to >> > > [email protected]<flex_india%[email protected]> >> <flex_india%2Bunsubscribe@googlegrouÂps.com> >> > > . >> > > For more options, visit this group at >> > >http://groups.google.com/group/flex_india?hl=en. >> > >> > -- >> > Regards >> > Nakul- Hide quoted text - >> > >> > - Show quoted text - >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> >> > > > -- > Regards > Nkl > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

