I saw in your API documentation (
http://plantuml.com/api) that is possible to generate PNG file using java code. I'm using the PNG generation from a String and it works, but since there's some link in my diagrams, I need also to generate the Image Map. How can I do it using java code?
Thanks.