Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚创建了我的代码的类图,我想将其导出为外部 jpeg 或其他 img 格式以放入报告中。但是,我看不到如何做到这一点。谁能告诉我在哪里?我试过右键单击它-> 导出,但那里没有图像格式。
可能很旧,仍在使用以下选项将 .ucls 文件转换/保存为 jpeg
在 Eclipse 中打开您创建的 .ucls 文件,右键单击“自动图像”,然后选择该选项。
有了这个,当你保存 ucls 文件更改时,将创建一个自动图像文件
“Window”->“Preferences”->“ObjectAid”->“Class Diagram” 可以选择“Save Image with Diagram”。
答:我删除了,重新创建的时候可以选择自动保存到图片
打开您创建的 .ucls 文件。右键单击空白区域,然后选择“另存为图像”选项。然后您可以将其保存为任何图像格式 - GIF / JPEG / PNG。