nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
937 stars 107 forks source link

Retrieving DOT file #120

Closed AmanGotchu closed 5 years ago

AmanGotchu commented 5 years ago

Is it possible to export a dot file after constructing a graph?

nidi3 commented 5 years ago

I don't think so but it would be easy to implement. What do you want to do with it?

AmanGotchu commented 5 years ago

I just want the functionality to use the manipulated dot file at my own convenience. In my specific case, I have a way of handling dot files and visualizing them already and just want the end result dot file.

AmanGotchu commented 5 years ago

Would it be OK if I were to work on that feature?

nidi3 commented 5 years ago

I already did it: a988b7494ffbafbd08435b33cb7a43006bbbe351

AmanGotchu commented 5 years ago

Thanks so much! Will this automatically be available in Maven and do I have to change the version number on my dependency?

nidi3 commented 5 years ago

Version 0.10.0, available in 1-2 hours.

AmanGotchu commented 5 years ago

Thanks again!