Dynamic UML-like visualization
Development Status
Back
General Architecture
Module registration to handle various sources of data is in place.
All data loading is asynchronous to the graphics for remote sources.
Standard Javadoc module is fully implemented.
Standard binary module is fully implemented (using
ASM
).
User Interface
Classes, Interfaces, Enums and Annotations are supported.
The links from a class to its supertypes, subtypes, compositions and associations are implemented.
The content of a type shows its fields, methods, enumerated values and annotation members.
The applet chrriis.udoc.UDocApplet reads the "workspace" parameter and loads a workspace from that location. This viewer is in a locked mode.
To Do
The Java source class processor is partially implemented.
Some basic help is present, and efforts are ongoing to make it more intuitive.