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 Requirements

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.

2011-01-09 04:19
5.4

This version creates clickable diagram elements in HTML content, makes the generation of diamond shapes compatible with GraphViz 2.27, and includes a fix to ensure that class images only appear once in the generated diagrams.
標籤: Minor

2010-05-24 21:32
5.3

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.

2008-12-04 00:10
5.2

This version corrects an exception when a
dependency to an unknown class is specified. It
also fixes a NullPointerException that occurred
when no global options are available. It also
corrects the case of the tools.jar filename in the
umlgraph shell script.
標籤: Minor bugfixes

2008-08-28 05:35
5.1

This version has active classes appearing with a double vertical border as required by UML2, two new class diagram options that control the node and rank separation of the nodes in generated diagram layout, support for showing a class's title as a tooltip in image files, and an option for generating Javascript-collapsible UML diagrams in Javadoc files.
標籤: Minor feature enhancements

2007-11-29 17:32
5.0

This new version adds support for six new shapes:
node, component, package, collaboration, use case,
and active class. It also allows the annotation of
class diagram nodes through comments. These
options require GraphViz 2.16. Another option
allows the placing of arbitrary text in class
diagram boxes.
標籤: Major feature enhancements

Project Resources