From 0aa3405734b7c8b2f8fc219752584a361254d13f Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 3 Dec 2001 06:13:39 +0000 Subject: [PATCH] More notes. git-svn-id: https://samskivert.googlecode.com/svn/trunk@489 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/viztool/docs/notes.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/viztool/docs/notes.txt b/projects/viztool/docs/notes.txt index 25cf272b..f80fb632 100644 --- a/projects/viztool/docs/notes.txt +++ b/projects/viztool/docs/notes.txt @@ -32,7 +32,7 @@ Or: That would be fun. -* Inheritance visualization enhancements +* Chain visualization enhancements Lay chains out vertically rather than horizontally to achieve better density and a more aesthetic arrangement. This will probably require a searching algorithm to try to determine how tall to make each column to @@ -46,8 +46,15 @@ in the remaining space on the current page. Provide an option to split packages up to fit them in the remaining space on a page rather than pushing them to the next page. +* Summary visualization enhancements +Format field/method names in bold + * General visualization enhancements Add page numbers somewhere. [shaper@waywardgeeks.org] * Printing enhancements Add current date to printed page. + +* Architecture +Create renderable primitives and build the visualizations from those +primitives rather than encapsulating things in Layout/RenderUtil.