In yEd, a URL can be added to an edge by right-clicking it an selecting "Properties" -> "Data" -> "URL".
In Java, I have a Graph2D object consisting of Edge and Node objects. Is it possible to set this URL to such an edge automatically?
Thanks in advance!