Welcome to yEd Q&A! Here you can ask questions and receive answers from other members of the community. And, you can also tell us your most wanted feature requests.

How can I add URLs to edges using yfiles for java?

0 votes
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!
asked Jan 26 in Help by anonymous

1 Answer

0 votes
This feature is part of the yEd lite source code demo which is a free complementary download for your yFiles package. Please have a look at class OpenURLSupport and related classes.

Please send further questions on this topic to our regular yFiles email support.
answered Jan 27 by michael [yWorks] (14,780 points)