1

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.

Jean-Bernard Pellerin
  • 12,556
  • 10
  • 57
  • 79
ZeeLoony
  • 60
  • 7

1 Answers1

2

Found it by mysefl... If anyone needs it just use: vv.getRenderContext().setLabelOffset(20);

ZeeLoony
  • 60
  • 7
  • Did you face my problem? [Link](http://stackoverflow.com/questions/26639303/jung2-network-a-glitch-with-edge-label-offset) – 2c00L Oct 29 '14 at 19:48