]> source.dussan.org Git - xmlgraphics-fop.git/commit
Corrected the logic of adding markers. LayoutManagers are responsible
authorSimon Pepping <spepping@apache.org>
Sun, 20 Feb 2005 19:50:47 +0000 (19:50 +0000)
committerSimon Pepping <spepping@apache.org>
Sun, 20 Feb 2005 19:50:47 +0000 (19:50 +0000)
commit6412f011d36b7b693aa9bd08dcdf2789303e9dd6
tree6c40a7de8461a31c4397ebd2db1713cfe0efed54
parentc45f96da2f04ba7b62664c5cdd36de8bdcbc0223
Corrected the logic of adding markers. LayoutManagers are responsible
for correctly setting is-first and is-last on the BreakPoss and from
there in the arguments of the addMarkers method. Implemented this for
BlockLM. Also made a small change in the retrieval of markers from
preceding pages.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198447 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/area/PageViewport.java
src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/ContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/LayoutManager.java
src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java