9

I've just created a class diagram of my code and I'd like to export it to an external jpeg or other img format to put in a report. However, I can't see how to do this. Can anyone tell me where ? I've tried right click on it -> export but there are no image formats there.

Alex
  • 627
  • 3
  • 12
  • 32

4 Answers4

9

May be old, still am using below option to convert/save .ucls file to jpeg

Open the .ucls file in eclipse that you have created, right click "Automatic Image" then select the option.

With this as and when you save ucls file changes, an automatic image file will be created

enter image description here

Vishwa
  • 607
  • 2
  • 11
  • 21
5

"Window"->"Preferences"->"ObjectAid"->"Class Diagram" You can select "Save Image with Diagram".

enter image description here

haolee
  • 892
  • 9
  • 19
5

Open the .ucls file that you have created. Right Click on an empty space and select the option "Save as image". Then you can save it in any of the image formats - GIF / JPEG / PNG.

saurabh.kg001
  • 188
  • 2
  • 6
4

Answer: I deleted it and when you create it again you can select to automatically save to an image

Alex
  • 627
  • 3
  • 12
  • 32