Is it possible to create bidirectional arrows in JUNG using FRLayout? Ideally, is it possible to have an algorithm that uses these arrows (end-points are arrowheads at both ends) for cases where both a->b and b<-a?
I think it might be related to
Renderer.Edge<String, String> edgeRenderer =
vv.getRenderer().getEdgeRenderer();
but can't see how to get the shapes of the arrowheads