]> source.dussan.org Git - xmlgraphics-fop.git/commit
First step towards building row groups at the FO tree stage. The built row groups...
authorVincent Hennebert <vhennebert@apache.org>
Mon, 5 Nov 2007 16:07:45 +0000 (16:07 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 5 Nov 2007 16:07:45 +0000 (16:07 +0000)
commit2a762125322db82658fb650b131f80ed600fc93d
treef18aa23be572dc66809b135e958c8fb6faa8fb9f
parent9f7240917415e7cb777c1b446bdc8b09cca23237
First step towards building row groups at the FO tree stage. The built row groups are currently not used and the TableRowIterator stuff remains unchanged; this allows for more atomic commits.
- introduced RowGroupBuilder hierarchy;
- moved TableRowIterator test cases into fotree, and integrated them in the test suite.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@592058 13f79535-47bb-0310-9956-ffa450edef68
24 files changed:
src/java/org/apache/fop/fo/flow/FixedColRowGroupBuilder.java [new file with mode: 0644]
src/java/org/apache/fop/fo/flow/RowGroupBuilder.java [new file with mode: 0644]
src/java/org/apache/fop/fo/flow/Table.java
src/java/org/apache/fop/fo/flow/TableBody.java
src/java/org/apache/fop/fo/flow/TableCellContainer.java
src/java/org/apache/fop/fo/flow/TableFooter.java
src/java/org/apache/fop/fo/flow/TableHeader.java
src/java/org/apache/fop/fo/flow/VariableColRowGroupBuilder.java [new file with mode: 0644]
test/fotree/unittests/table/TableRowIterator_no-col_no-row_simple.fo [new file with mode: 0644]
test/fotree/unittests/table/TableRowIterator_no-col_no-row_spans.fo [new file with mode: 0644]
test/fotree/unittests/table/TableRowIterator_no-col_simple.fo [new file with mode: 0644]
test/fotree/unittests/table/TableRowIterator_no-col_spans.fo [new file with mode: 0644]
test/fotree/unittests/table/TableRowIterator_no-row_simple.fo [new file with mode: 0644]
test/fotree/unittests/table/TableRowIterator_no-row_spans.fo [new file with mode: 0644]
test/fotree/unittests/table/TableRowIterator_simple.fo [new file with mode: 0644]
test/fotree/unittests/table/TableRowIterator_spans.fo [new file with mode: 0644]
test/java/org/apache/fop/fo/flow/AbstractTableTestCase.java
test/java/org/apache/fop/fo/flow/TableColumnColumnNumberTestCase.java
test/java/org/apache/fop/fo/flow/TableRowIteratorTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/layoutmgr/table/TableRowIteratorTestCase.java [deleted file]
test/layoutmgr/table/TableRowIterator_no-row_simple.fo [deleted file]
test/layoutmgr/table/TableRowIterator_no-row_spans.fo [deleted file]
test/layoutmgr/table/TableRowIterator_simple.fo [deleted file]
test/layoutmgr/table/TableRowIterator_spans.fo [deleted file]