]> source.dussan.org Git - xmlgraphics-fop.git/commit
The RowBorder3 example fully works now except for the empty cells currently not being...
authorJeremias Maerki <jeremias@apache.org>
Wed, 11 May 2005 15:13:49 +0000 (15:13 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 11 May 2005 15:13:49 +0000 (15:13 +0000)
commit527e78fbcea1e60726327f873721422584977e22
treedd49b9a9862bd9646af8329020002d4cb4eb02f6
parent6b398717d3a9294991aa26c6ea902abb95561afc
The RowBorder3 example fully works now except for the empty cells currently not being painted.
EffRow is now in its own file.
Stepping algorithm is now extracted into the new class TableStepper.
Element generation now calculates with borders (separate border model only at this time) and headers/footers.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_KnuthStylePageBreaking@198613 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/table/Cell.java
src/java/org/apache/fop/layoutmgr/table/EffRow.java [new file with mode: 0644]
src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/TableRowIterator.java
src/java/org/apache/fop/layoutmgr/table/TableStepper.java [new file with mode: 0644]