Create GraphML XML files that can be used in the yEd Graph Editor

In my article „Create GraphML XML file with Java“ I showed how to write a Graph to a GraphML-compatible XML file. Now I want to show you how you can write a GraphML-compatible file that can be used in the yEd Graph Editor to get visualized later.
Create GraphML XML files that can be used in the yEd Graph Editor weiterlesen

Export a GraphML graph as image with Java

In my post „How to parse GraphML files with a cool Java library“ I showed how to parse a GraphML XML file. In this post I want to show you, how you can visualize it. All you need is the yEd – Graph Editor and some extra markup in your XML file.
Export a GraphML graph as image with Java weiterlesen