I dont know much about sever-side rendering, but cant the sever render the image to a url, possibly triggered by gwt calling a php function?
Also, have you looked into the possibility of GWTCanvas being used to draw with gwt? http://code.google.com/p/google-web-toolkit-incubator/wiki/GWTCanvas It can handle gradients......but not in IE. (if its just liner gradients on rectangles though, you could also just do it yourself by drawing lots of lines changing the color each time). On Aug 30, 2:47 am, Nether <[email protected]> wrote: > My goal is to make a chart which shows standard deviations as a > gradient on the vertical axis. I don't think it is easy to do this in > the browser, so what I plan on doing is having the server render the > chart to a BufferedImage and sending that to the client to display in > an "Image" widget. > > The problem is that the Image widget only takes a URL, but how do I > give it a bufferedimage? > > Also, is this the best solution for me to be using for making this > gradient chart? > > Thanks for your time. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
