graphviz-java-api icon indicating copy to clipboard operation
graphviz-java-api copied to clipboard

With this simple API you can simply call GraphViz's dot from your Java programs.

Results 4 graphviz-java-api issues
Sort by recently updated
recently updated
newest added
trafficstars

I would generally just pass on IOExceptions rather than catch them and convert them into a system output. In my case this was a problem, since I wanted to display...

I think with the new Java 8 NIO Features, the stream handling (mostly closing) is much better. Maybe there should real Exception handling and no syserr?

Your API uses the standard encoding of the VM, which is problematic in case the encoding is set to something not graphviz compatible (e.g. Windows encoding together with Protege). I...

Hi! I had a run with findbugs over the code and there are several issues (especially with stream closing). Would be nice if they could be fixed. Best Regards, R.