JPGD - Java-based Parser for Graphviz Documents

The Graphviz format is used by the Graphviz Tool collection to render graphs. The description of a graph contains informations about the nodes, edges and sub graphs including annotions for layouting and rendering.

JPDG is a parser which transforms such a description into a data structure. It is released under the LGPL License.

Download

Date Version Jar file Notes
07-08-2016 - com.alexmerz.graphviz.tar.gz This update was provided by Braxton Fitts and Massoud Maher:
"It turned out that we couldn't retrieve any of the generic node attributes because none of the attributes were being added to the right data structure. It was a simple mistyping of adding it to the table of edge attributes instead of node attributes."
04-04-2006 0.8.6beta graphviz0_8_6beta.tgz Change the implementation of toString(), fix bug with unsetted direction type in Edge objects
03-27-2006 0.8.5beta graphviz0_8_5beta.tgz The TGZ file contains sources, documentation and the binaries. The binaries are collected in a JAR file.
03-23-2006 0.8.4beta graphviz0_8_4beta.tgz The TGZ file contains sources, documentation and the binaries. The binaries are collected in a JAR file.
03-20-2006 0.8.3beta graphviz0_8_3beta.jar Contains source and binaries

Documentation

A manual about JPGD is available on http://www.alexander-merz.com/graphviz/doc.html

The API documentation is available on http://www.alexander-merz.com/graphviz/doc/index.html

Feedback

If you have any suggestions or found a bug, please use the contact form to send me a message.

Alexander Merz, 07-08-2016