From 2ced5ba7c96daa5d3653fe5a3197ea61d8c0206d Mon Sep 17 00:00:00 2001 From: mdb Date: Fri, 30 Nov 2001 22:57:03 +0000 Subject: [PATCH] Updates. git-svn-id: https://samskivert.googlecode.com/svn/trunk@485 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/viztool/docs/notes.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/projects/viztool/docs/notes.txt b/projects/viztool/docs/notes.txt index 4b7ffc8f..25cf272b 100644 --- a/projects/viztool/docs/notes.txt +++ b/projects/viztool/docs/notes.txt @@ -11,6 +11,27 @@ specifications. Move the package exclusion processing into the PackageEnumerator rather than the current hack of having the HierarchyVisualizer do it. +** From : +Create an Ant Task that allows you to do something like this: + + + + + + + + +Or: + + + + + + + + +That would be fun. + * Inheritance visualization enhancements Lay chains out vertically rather than horizontally to achieve better density and a more aesthetic arrangement. This will probably require a @@ -27,3 +48,6 @@ on a page rather than pushing them to the next page. * General visualization enhancements Add page numbers somewhere. [shaper@waywardgeeks.org] + +* Printing enhancements +Add current date to printed page.