Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

object aid class diagram save to jpeg

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.

like image 610
Alex Avatar asked Nov 20 '14 17:11

Alex


People also ask

How do you save a UML diagram as a picture?

Right-click in the diagram and click File > Save as Image File. In the Save as Image File window, in the Folder field, specify where to save the image file. In the File Name field, type a file name. From the Image Format list, select a file format.

How to generate class diagram in eclipse using ObjectAid?

Generate Class Diagram Using Eclipse Plugin To create a new Class diagram select File > New > Other and select ObjectAid UML Diagram wizard (See the below screenshot). select the project source folder and provide file name for the UML Class DIagram (See the below screenshot). Now you can see test.


4 Answers

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

like image 106
Vishwa Avatar answered Oct 21 '22 02:10

Vishwa


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

enter image description here

like image 38
haolee Avatar answered Oct 21 '22 00:10

haolee


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

like image 34
Alex Avatar answered Oct 21 '22 00:10

Alex


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.

like image 22
saurabh.kg001 Avatar answered Oct 21 '22 02:10

saurabh.kg001