ZeeLoony
ZeeLoony

Reputation: 60

Edge label above the edge

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

Answers (1)

ZeeLoony
ZeeLoony

Reputation: 60

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

Upvotes: 2

Related Questions