| Author |
how to create a graph representing a big tree(parents and children are known)
|
will zhang
Ranch Hand
Joined: Sep 11, 2008
Posts: 46
|
|
How to create a graph representing a big tree(parents and children are known)? Thank you so much! Also, I need to write the graph into a jpg/gif file or display the graph in the web browser. I got a code from JGraph and can create the graph I want, however, JGraph define the graph as class Gscene instead of Img or BufferedImg or RenderedImg. Therefore, I couldn't use ImageIO.write(image, ext, file) to write the graph into a jpg file.
|
 |
will zhang
Ranch Hand
Joined: Sep 11, 2008
Posts: 46
|
|
|
One of my friend suggest me to use Javascript. Is it necessary?
|
 |
Andre Brito
Ranch Hand
Joined: Dec 13, 2007
Posts: 95
|
|
I guess not. The big problem here is to convert from one extension to JPEG, but you can do that just with Java.
|
 |
 |
|
|
subject: how to create a graph representing a big tree(parents and children are known)
|
|
|