-attributes
-operations
-visibility
-types
-enumerations
-enumconstants
-hide (Big|\.)Widget
" would hide "com.foo.widgets.Widget
" and
"com.foo.widgets.BigWidget
". Can also be used without arguments,
in this case it will hide everything (useful in the context of views
to selectively unhide some portions of the graph, see the view chapter for
further details). http://www.acme.org/apidocs
is
provided, the class org.acme.util.MyClass
will be mapped to the URL
http://www.acme.org/apidocs/org/acme/util/MyClass.html
.
This URL will then be added to .dot diagram and can be surfaced in the
final class diagram by setting the output to SVG, or by creating an HTML page
that associates the diagram static image (a .gif or .png) with a client-side
image map.
-linkoffline
option takes two arguments:
the first for the string to be embedded in the href
links, the second telling it where to find the package-list
.
Example:
-linkoffline http://developer.android.com/reference file:/home/doc/android/See the javadoc documentation for more details.
graph.dot
).
If the output directory is provided, -output can only specify a file name,
otherwise a full path is accepted as well.
If the filename specified is a dash, then the results are printed on the
standard output, and can be directly piped into dot.
Note that, in order to avoid javadoc messages to contaminate
UMLGraph's output, you must execute UMLGraph directly as a jar,
not through javadoc.
ISO-8859-1
).
When using dot to generate SVG diagrams you should specify
UTF-8
as the output encoding, to have guillemots correctly
appearing in the resulting SVG.