Downloadliste

Projektbeschreibung

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).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Eine Ant-Task wurde erstellt, können viztool als Teil des Build-Prozesses geltend gemacht werden. Eine neue Visualisierung, die Klasse Zusammenfassung Visualisierung wurde hinzugefügt. Es zeigt öffentliche Felder / Mitglieder für die Klassen visualisiert, und ist nützlich, wenn Sie einen detaillierteren Blick auf eine kleinere Gruppe von Klassen.
Tags: Minor feature enhancements
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.

2001-08-13 16:25
1.0

Tags: Initial freshmeat announcement

Project Resources