I have nearly 36 vertiecs in one graph.I would like to insert tooltip box for each and every vertices. I have to show further information about the vertices with the help of tooltip box.
vv.setToolTipText("<html><center>Breast Neoplasms<p>"+ "Gene interactions</p> </center></html>");
The above code is for displaying general information. But i need tooltip for every vertices in my graph. Can anyone help me with this?
I got the required output uisng the following code.