Search code examples
eclipseumlclass-diagramobjectaid

Eclipse plug-in: ObjectAid UML Explorer Class Diagram: export in higher resolution


I am using ObjectAid UML Explorer to generate a UML Class Diagram from my code.

I need to include the output PNG in a LaTeX document and what I get is way too low resolution for inclusion.

How can I get higher resolution output from the Eclipse plug-in?

I can see the internal format of a .ucls file is just XML:

<class-diagram version="1.0.10"...

Is there a way to get something more dense than 72dpi or something in a scalable format, say EPS or similar? The target document is > 300dpi so 72dpi does not even come close, unfortunately. Whatever rasterises the XML definition has to accept a trap and a pluggable module?

I need something that plugs into the auto-save mechanism of ObjectAid...


Solution

  • Not possible until ObjectAid implements the feature...