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).
| Tags | Scientific/Engineering Visualization Software Development Documentation |
|---|---|
| Licenses | GPL |
| Implementation | Java |
Recent releases


Release Notes: 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.


No changes have been submitted for this release.