Download List

项目描述

UMLGraph facilitates the declarative specification and drawing of UML class and sequence diagrams. One can specify a class design using the Java syntax complemented by Javadoc tags. Running the UmlGraph doclet on the specification generates a Graphviz diagram specification that can be automatically processed to create Postscript, GIF, SVG, JPEG, fig, or Framemaker drawings. Similarly, sequence diagrams are specified using declarative pic macros and compiled with the GNU plotutils pic2plot program into a PNG, PNM, (pseudo) GIF, SVG, AI, Postscript, CGM, FIG, PCL, HPGL, Regis, or TEK drawing.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-05-24 21:32 Back to release list
5.3

阿新dotexecutable选项允许明确规范点的位置。此外,UMLGrpah现在支持的Javadoc的- linkoffline选项。文档生成的UMLGraph将正确地处理非ASCII字符,将正确地隐藏隐藏领域的关系,将默认使用一个逻辑字体为楷体,而不是字体文件名称。此外,UmlGraphDoc现在服从指定通过@选择Java文件内标签的选项。最后,序列图提供一个选项来指定对象是否强调与否。
A new -dotexecutable option allows the explicit specification of dot's location. In addition, UMLGrpah now supports javadoc's -linkoffline option. Documentation generated with UMLGraph will correctly process non-ASCII characters, will correctly hide relations of hidden fields, and will use by default a logical font rather than a font file name for italics. In addition, UmlGraphDoc will now obey the options specified through @opt tags within Java files. Finally, sequence diagrams provide an option to specify whether objects are underlined or not.

Project Resources