Download List

Project Description

viztool generates diagrams of collections of Java
classes. It presently has only two visualizations:
one shows inheritance hierarchies, interfaces
implemented and inner classes declared, the other,
a more detailed view of the classes, including
public fields and methods. It is structured to
allow the implementation of other visualizations.
It uses the Java 2D API for rendering, but does so
with the expectation that the diagrams will be
printed, rather than rendered to the screen
(though screen rendering is supported).

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.

2001-12-03 15:41
1.1

An ANT task has been created that allows viztool to be invoked as part of a build process. A new visualization, the class summary visualization, has been added. It displays public fields/members for the visualized classes, and is useful when you need a more detailed view of a smaller set of classes.
Tags: Minor feature enhancements

2001-08-13 16:25
1.0

Tags: Initial freshmeat announcement

Project Resources