diff --git a/index.html b/index.html index c449a41..975896e 100644 --- a/index.html +++ b/index.html @@ -177,6 +177,10 @@ inside abstract class nodes.
-edgefontcolor
Specify the font color to use for edge labels.
-edgecolor
Specify the color for drawing edges.
-bgcolor
Specify the graph's background color. +
-hide
Specify entities to hide from the graph. +Matching is done against the end of each entity's name. +For instance, "-hide Widget" would hide "com.foo.widgets.Widget" and +"com.foo.widgets.BigWidget".

All colors can be either a symbolic name (e.g. blue), @@ -221,6 +225,18 @@ You can download it in source and compiled format from the following links:

Version History

+
Version 1.24 2003/07/30
+Changes by Art Hampton (thanks): +
    +
  • Create the appropriate label for relationship tags when referring to + classes which were not parsed by javadoc. +
  • New "-hide <matchstring>" option, where <matchstring> +matches the end of the name of an entity. +Matched entities are removed from the graph. +A regular expression matching facility will be added when Java 1.4 +becomes more widespread. +
+
Version 1.23 2003/05/7
Added -output command-line option, and an ant-based build file. diff --git a/web/index.html b/web/index.html index c449a41..975896e 100644 --- a/web/index.html +++ b/web/index.html @@ -177,6 +177,10 @@ inside abstract class nodes.
-edgefontcolor
Specify the font color to use for edge labels.
-edgecolor
Specify the color for drawing edges.
-bgcolor
Specify the graph's background color. +
-hide
Specify entities to hide from the graph. +Matching is done against the end of each entity's name. +For instance, "-hide Widget" would hide "com.foo.widgets.Widget" and +"com.foo.widgets.BigWidget".

All colors can be either a symbolic name (e.g. blue), @@ -221,6 +225,18 @@ You can download it in source and compiled format from the following links:

Version History

+
Version 1.24 2003/07/30
+Changes by Art Hampton (thanks): +
    +
  • Create the appropriate label for relationship tags when referring to + classes which were not parsed by javadoc. +
  • New "-hide <matchstring>" option, where <matchstring> +matches the end of the name of an entity. +Matched entities are removed from the graph. +A regular expression matching facility will be added when Java 1.4 +becomes more widespread. +
+
Version 1.23 2003/05/7
Added -output command-line option, and an ant-based build file.