Diomidis Spinellis
2fa05e6a36
The -noguillemot option will output two angle bracket pairs
...
instead of round brackets around stereotypes.
2005-10-19 18:37:41 +00:00
Diomidis Spinellis
4a484ff2c3
Display the type parameters of fields and method arguments.
2005-07-07 08:58:55 +00:00
Diomidis Spinellis
4faf99f201
Display generic classes using <> symbols.
2005-07-06 17:31:01 +00:00
Diomidis Spinellis
6f1617cc64
Transition to Java 1.5
...
Support for enumerations.
2005-03-26 16:09:51 +00:00
Diomidis Spinellis
a86ec2ad1c
Remove trailing spaces.
2005-03-26 15:08:06 +00:00
Diomidis Spinellis
6ebf4555bb
Change container code to use the Java 1.5 generics.
2005-03-07 13:10:18 +00:00
Diomidis Spinellis
f8924f44eb
Correct checking of attributes and operations (Jonathan Wright).
2004-11-19 15:57:44 +00:00
Diomidis Spinellis
f9d197f472
Added code to show constructors.
2004-10-06 19:05:31 +00:00
Diomidis Spinellis
79a8c00174
Fixes by nan
2004-08-09 06:06:26 +00:00
Diomidis Spinellis
a729ec72c9
Change handling of -noguillemot.
2004-08-05 20:14:45 +00:00
Diomidis Spinellis
2eb477bda9
The -hide option now accepts RE patterns.
...
Guillemots are now avoided using -noguillemot.
2004-08-03 12:37:33 +00:00
Diomidis Spinellis
be50ab1abe
Streamline guillemot handling.
2004-08-03 12:04:21 +00:00
Diomidis Spinellis
4a75054c75
Remove code Art Hampton copy-pasted in version 1.24
...
Fix syntax error (missing ;) in generated dot files.
2004-08-03 11:44:39 +00:00
Diomidis Spinellis
f0a6067fd7
Added comments provided by Nascif.
2004-08-03 10:15:03 +00:00
Diomidis Spinellis
f6642b984d
Changes by Nascif Abousalh-Neto to support the Maven plugin.
2004-08-02 12:40:10 +00:00
Diomidis Spinellis
0ef8422602
Correct handling of multiple spaces in tags.
...
Noted by Jeffrey M. Thompson.
2004-07-25 09:55:43 +00:00
Diomidis Spinellis
fdf2b8c041
Style fixes.
...
Added missing close quote in a URL.
2004-05-29 10:07:33 +00:00
Diomidis Spinellis
16142d9ff5
Maintain compatibility with previous versions.
2004-05-29 10:01:31 +00:00
Diomidis Spinellis
6baae55500
Style police.
2004-05-29 09:55:22 +00:00
Diomidis Spinellis
71fb849833
Changes from Nascif.AbousalhNeto@sas.com to allow different URLs
...
for local and remote packages.
2004-05-29 09:08:26 +00:00
Diomidis Spinellis
01b5ee673e
Style bug fixes.
2004-05-26 17:40:27 +00:00
Diomidis Spinellis
df11095eb0
Do not show arcs of hidden elements.
...
Generate javadoc hyperlink paths into a directory-tree structure.
Submitted-by: Alessandro Riva
2004-05-26 17:02:27 +00:00
Diomidis Spinellis
9ddc7c8011
Remove hardcoded default node and edge fonts.
...
Rubmitted by: Vadim Nasardinov.
2004-05-26 16:44:50 +00:00
Diomidis Spinellis
0d63730a61
New -outputencoding option and correct rendering of guillemots.
2004-05-25 07:13:34 +00:00
Diomidis Spinellis
5214916453
Art Hampton changes
...
Creates the appropriate label for relationship tags when referring to
classes which were not parsed by javadoc
Adds "-hide <matchstring>" option, where <matchstring> matches the end of
the name of an entity. Matched entities are removed from the graph.
2003-07-30 09:18:48 +00:00
Diomidis Spinellis
85f2650db5
Add space between guillemet and \ to avoid triggering a
...
graphivz bug that would ignore the escape code.
2003-05-07 20:02:41 +00:00
Diomidis Spinellis
eb9764670f
Added -output option to specify output file.
2003-05-07 15:45:47 +00:00
Diomidis Spinellis
09aed1fee6
Fixes by Nick Efthymiou
2003-04-24 21:00:32 +00:00
Diomidis Spinellis
26dd033ae0
Fixed bug with node font name specification.
2002-09-23 11:54:39 +00:00
Diomidis Spinellis
c58aaf1aa4
Support for additional options for fonts and colors.
2002-09-20 11:17:32 +00:00
Diomidis Spinellis
8e3593254c
Added @tagvalue support.
2002-08-26 08:16:27 +00:00
Diomidis Spinellis
b06b209488
Support for the @stereotype tag.
2002-08-26 06:32:10 +00:00
Diomidis Spinellis
e5b3f606c6
Can now specify class-local options.
...
Added nodefillcolor option.
2002-08-25 20:26:47 +00:00
Diomidis Spinellis
6794870b26
Added comments, refactoring.
2002-07-26 17:54:48 +00:00
Diomidis Spinellis
17449eac22
Can hide methods and fields.
...
Better comments in the dot graph.
2002-07-26 16:07:22 +00:00
Diomidis Spinellis
3d28cab780
Can specify stereotypes in guillemots using < and >
2002-07-26 14:15:34 +00:00
Diomidis Spinellis
e5bc131199
Show interfaces using guillemots.
...
Horizontal graphs have better node separation.
No empty space if there are no members and attributes.
2002-07-26 13:51:53 +00:00
Diomidis Spinellis
90ad5b1ac6
Can specify options in-line
...
Can specify multiple inheritance
Navigatable association.
2002-07-26 12:58:49 +00:00
Diomidis Spinellis
b2a4cf95b4
Fixed bug that made classes appear multiple times.
2002-07-26 11:52:45 +00:00
Diomidis Spinellis
7ae270fdda
Model aggregation and composition relationships.
2002-07-26 11:28:53 +00:00
Diomidis Spinellis
fff08645ca
Display interfaces.
2002-07-26 07:55:19 +00:00
Diomidis Spinellis
d87f2dda86
Can draw fields and methods.
2002-07-25 08:17:51 +00:00
Diomidis Spinellis
fe58590338
Added wholename option to print the whole class name.
2002-07-20 08:47:29 +00:00
Diomidis Spinellis
c5ebb99387
Remove leading path.
...
Fix bug with unmapped class names.
2002-07-20 08:37:34 +00:00
Diomidis Spinellis
9dd092d38a
Use constructed names for classes.
2002-07-20 08:22:48 +00:00
Diomidis Spinellis
4175ba7196
Create inheritance hierarchies.
2002-07-20 07:42:47 +00:00
Diomidis Spinellis
802e656e0d
Added prologue and epilogue.
2002-07-19 12:06:44 +00:00
Diomidis Spinellis
3c15106e73
Initial revision
2002-07-19 11:35:37 +00:00