GWT is eminently suitable. Please see http://code.google.com/p/gwt-graphics2d/. You may have to implement Affine Transformation matrix. GWT gives you all the power of object oriented programming in the browser. You can implement picking very nicely. Composite and Visitor patterns will be handy for picking and transformations.
J.Ganesan www.DataStoreGwt.com On Jul 8, 6:57 am, Kyle Anderson <[email protected]> wrote: > I have a list of nodes and edges, and I would like to visualize this > as a graph. The graph should be editable. The user can add/delete/ > move nodes and edges. In some cases, there will be geolocation > information available (meaning that the layout is already defined). > In other cases, this information is not available, and the layout > should be generated and placed on a blank background. > > Is GWT suitable for this? I know that GWT works nicely with Google > Maps, which works if geolocation information is available. I have > also seen the jGraph library, which provides a nice way to generate > and modify graphs. However, I don't believe this can be imported into > GWT. > > Thanks in advance. > Kyle -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
