I use Jung Java library to create simple graph. I want to display vertex's ids on view but now I have rendered only a graph without this. How to do that?
Asked
Active
Viewed 270 times
0
-
Have you looked at any of the sample code? They all do this. – Joshua O'Madadhain Mar 12 '13 at 00:13
-
yes, I have something like that there http://wklej.org/id/979060/ but I dont know which is correct and how to use my own name to vertex. For example I have class Vertex with field String 'name'. I want to use this name – Sheppard25 Mar 12 '13 at 00:14
1 Answers
0
And supply a Transformer that extracts from your Vertex class its name.

Joshua O'Madadhain
- 2,704
- 1
- 14
- 18