eclipse 对象辅助类图保存为jpeg
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/27045821/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
object aid class diagram save to jpeg
提问by Alex
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.
我刚刚创建了我的代码的类图,我想将它导出为外部 jpeg 或其他 img 格式以放入报告。但是,我看不出如何做到这一点。谁能告诉我在哪里?我试过右键单击它-> 导出,但那里没有图像格式。
采纳答案by Alex
Answer: I deleted it and when you create it again you can select to automatically save to an image
答:我删除了,当你再次创建它时,你可以选择自动保存到图像
回答by Vishwa
May be old, still am using below option to convert/save .ucls file to jpeg
可能是旧的,仍在使用以下选项将 .ucls 文件转换/保存为 jpeg
Open the .ucls file in eclipse that you have created, right click "Automatic Image" then select the option.
在 Eclipse 中打开您创建的 .ucls 文件,右键单击“自动图像”,然后选择该选项。
With this as and when you save ucls file changes, an automatic image file will be created
有了这个,当您保存 ucls 文件更改时,将创建一个自动图像文件
回答by haolee
回答by saurabh.kg001
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.
打开您创建的 .ucls 文件。右键单击空白区域并选择“另存为图像”选项。然后您可以将其保存为任何图像格式 - GIF / JPEG / PNG。