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.
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.
Found it by mysefl... If anyone needs it just use: vv.getRenderContext().setLabelOffset(20);