Reputation: 598
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?
Upvotes: 0
Views: 275
Reputation: 2704
And supply a Transformer that extracts from your Vertex class its name.
Upvotes: 0