Reputation: 60
I'am using JUNG2 to visualize my graph. I would like to ask if is there anyway to put edge label above the edge not exactly on it?
Thx in adv.
Upvotes: 1
Views: 116
Reputation: 60
Found it by mysefl... If anyone needs it just use: vv.getRenderContext().setLabelOffset(20);
Upvotes: 2