after generating images from microsoft glee graph is there anyway to get the inputs to an image map
i am taking microsoft glee code and producing a graph and then converting it to an image on an html page. i want to see if i can autogenerate image map code over the image so i am able to click on each element of the graph nodes. Here is an example of the glee graph code converting to an image. Graph g = new Graph("graph"); ...