I'm using JUNG2 to draw some graphs.
This is the image I get: http://img841.imageshack.us/img841/205/graphvizkk3312164f020b4.png
I'd like to:
1) change the rendering order (labels should be the last objects to be drawn);
2) add a semi-transparent background to the labels.
3) change background color of the whole image.
Any idea on how to do this? The JUNG2 documentation is not very extensive on these issues.
Mulone