I have a graph where the nodes are using the EIGHT_POS label model. Works great, except that the edges are being rendered over and through the labels making the labels unreadable. I would be happy with the edge being rendered under the label or nodes boundaries encompassing the labels.
I see answers to this question through the yEd editor, but I need to do this through the Java API. I'm not seeing how to do this through the Graph2D objects, the NodeRealizer or the EdgeRealizer.