]> source.dussan.org Git - xmlgraphics-fop.git/commit
Simplification in RowPainter: avoid the use of an array to store rowOffsets and first...
authorVincent Hennebert <vhennebert@apache.org>
Tue, 18 Dec 2007 16:48:03 +0000 (16:48 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Tue, 18 Dec 2007 16:48:03 +0000 (16:48 +0000)
commitfd26360942bad4bc40c56d48dd672f75162ac7ce
treeadb04a01a9d2bac9cc4f5735ba8b950b40ebe4ca
parent5323aed1fcf9375edd328b9c91a88e4a9b741e98
Simplification in RowPainter: avoid the use of an array to store rowOffsets and firstRow index for each part of the table (header, footer, body). One at a time is enough.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605246 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/table/RowPainter.java
src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java