]> source.dussan.org Git - xmlgraphics-fop.git/commit
Moved the FLAGGED_PENALTY constant to the KnuthPenalty class
authorGlen Mazza <gmazza@apache.org>
Wed, 11 May 2005 07:08:49 +0000 (07:08 +0000)
committerGlen Mazza <gmazza@apache.org>
Wed, 11 May 2005 07:08:49 +0000 (07:08 +0000)
commitc2e2b26f33bf86f40620dd3a2d1ce006228ed1ab
tree2dff32c347d94bb99d405aebe3bf4ec49fadaf11
parentd417971290096ac1dfcb38a520e2e4d5cc6f8f3b
Moved the FLAGGED_PENALTY constant to the KnuthPenalty class
because it will be easier to understand this constant's meaning
within the framework of comments/notes in this class.

Removed unused setFObj() requirement from LayoutManager interface.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_KnuthStylePageBreaking@198611 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
src/java/org/apache/fop/layoutmgr/BidiLayoutManager.java
src/java/org/apache/fop/layoutmgr/ContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/KnuthPenalty.java
src/java/org/apache/fop/layoutmgr/LayoutManager.java
src/java/org/apache/fop/layoutmgr/TextLayoutManager.java