|
|
Re: Plotting an array of points, saving to file
|
Posted: Aug 16, 2005 6:19 AM
|
|
Personal preferance, I have my own prewritten libraries in which you pass in stuff like:
graph(my_color, MyPanel, x, y, width height)
and it simply slaps the given graph on the appropriate JPanel with the given color. I think that JAI stuff is way too complicated, if one were to take the time to bother to write his/her own library, it would make it much easier on his work, the only time I would delve into looking at the JAI library is if I'm in serious need to capture the image in a particular format e.g. jpeg, other than that, unless you're doing some advanced level stuff, I don't see why not take the time to create something that in future will save you time (who better to understand code than the author himself)?
|
|