]> source.dussan.org Git - xmlgraphics-fop.git/commit
Extract RowPainter from TableContentLayoutManager and make it a top-level class.
authorVincent Hennebert <vhennebert@apache.org>
Wed, 28 Feb 2007 15:36:09 +0000 (15:36 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Wed, 28 Feb 2007 15:36:09 +0000 (15:36 +0000)
commit9ef4750b900a56f043da888b3d9ab14c83b1d995
treed88c095a03170258af1621a3a196c29566d21e47
parentd489e8263db24ef3a69ba9cb6c29cf799a4cb428
Extract RowPainter from TableContentLayoutManager and make it a top-level class.
This is very basic, no change is performed other than adding a field to RowPainter pointing to the formerly enclosing TableContentLayoutManager instance. There will be room for further refactoring later.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512810 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/table/RowPainter.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java