]> source.dussan.org Git - xmlgraphics-fop.git/commit
Partial implementation of space-after functionality--mostly working, but
authorGlen Mazza <gmazza@apache.org>
Tue, 11 Nov 2003 13:50:00 +0000 (13:50 +0000)
committerGlen Mazza <gmazza@apache.org>
Tue, 11 Nov 2003 13:50:00 +0000 (13:50 +0000)
commit2f633bd8c527829b187a9dbb2927373da600d247
tree3ab9b502bc34ecfaf92344ed570ab1d857e547b0
parented0e5a7849dac9b78b1b8f3058a9ce212326a85a
Partial implementation of space-after functionality--mostly working, but
some remaining problems:

1.) relying on a static variable to carry space-after value from previous
block to current.  (BlockLayoutManager is be instantiated for each block
instead of being in memory for all blocks--bad design?)

2.) The space-after of a block ending at the bottom of the page is not
currently being added to the beginning of the subsequent page.

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