microsoft-glee

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"); ...

is there anyway to have images as the nodes in microsoft glee

i see this post but i can't figure out any way to have a node represented as an image and have the text be a label below the node. Does anyone know if this is possible using Microsoft GLEE? ...