I have started with JUNG and up to now i was able to create a simple Graph by coding some Java codes.
But it seems the output graphic is generated by running a Java class. So for now i think we need to take an approach as follows.
JPF Listner---(write)---> Graph.java -----(Javac) -----> Graph.calss ----(run)--->Graphic
Or else we can use a separate class with methods to create the graph and that object will be responsible of making the final graphical result. In this case i need to find more about the resulting formats too.
And also i feel we can make the graphic animated, so it will help the person to understand the process easily.
0 Response to "1st result on Playing with JUNG"
Post a Comment