]> source.dussan.org Git - xmlgraphics-fop.git/commit
1.) Moved RegionViewport & Reference creation code from PageViewport to Page(Reference).
authorGlen Mazza <gmazza@apache.org>
Thu, 14 Apr 2005 00:17:06 +0000 (00:17 +0000)
committerGlen Mazza <gmazza@apache.org>
Thu, 14 Apr 2005 00:17:06 +0000 (00:17 +0000)
commitf8518111fd8d962b557472abf87d071e1ce97cd2
treeb2d165b6fa733a71490d26d73c8123c10f623382
parented5d157793ca12f6b715d63468cb12d360fa7ebf
1.) Moved RegionViewport & Reference creation code from PageViewport to Page(Reference).
2.) Created new .getColumnWidth() in Span to facilitate its querying in layout code.
3.) Removed unneeded retrieveMarker() method in FLM and never-used addMarker method from
SCLM (validation prevents this from occurring)
4.) Removed duplicate flowBPD and flowIPD variables from PSLM (this information
is already available in the Area classes)
5.) Removed inaccurate setLayoutDimension() code from PSLM; added the
current code in FLM to SCLM in this regard

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_KnuthStylePageBreaking@198582 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/area/Page.java
src/java/org/apache/fop/area/PageViewport.java
src/java/org/apache/fop/area/Span.java
src/java/org/apache/fop/layoutmgr/FlowLayoutManager.java
src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java
src/java/org/apache/fop/layoutmgr/StaticContentLayoutManager.java