More notes.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@489 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-12-03 06:13:39 +00:00
parent ecbf77bebd
commit 0aa3405734
+8 -1
View File
@@ -32,7 +32,7 @@ Or:
That would be fun. That would be fun.
* Inheritance visualization enhancements * Chain visualization enhancements
Lay chains out vertically rather than horizontally to achieve better Lay chains out vertically rather than horizontally to achieve better
density and a more aesthetic arrangement. This will probably require a density and a more aesthetic arrangement. This will probably require a
searching algorithm to try to determine how tall to make each column to 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 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. on a page rather than pushing them to the next page.
* Summary visualization enhancements
Format field/method names in bold
* General visualization enhancements * General visualization enhancements
Add page numbers somewhere. [shaper@waywardgeeks.org] Add page numbers somewhere. [shaper@waywardgeeks.org]
* Printing enhancements * Printing enhancements
Add current date to printed page. Add current date to printed page.
* Architecture
Create renderable primitives and build the visualizations from those
primitives rather than encapsulating things in Layout/RenderUtil.