]> source.dussan.org Git - xmlgraphics-fop.git/commit
* created a new method which is called only once by LineLM.getNextBreakPoss() and...
authorLuca Furini <lfurini@apache.org>
Thu, 9 Dec 2004 15:53:36 +0000 (15:53 +0000)
committerLuca Furini <lfurini@apache.org>
Thu, 9 Dec 2004 15:53:36 +0000 (15:53 +0000)
commit354934c1869e6b0000fde3fe1af3b3181a7865fc
tree3c835500ade9c89c8946e490d66a2708e6dc38b3
parentb052dc6dda9395e7226602d5197e45b5e2cbb0ac
* created a new method which is called only once by LineLM.getNextBreakPoss() and subsequently calls findBreakingPoints() with different parameters until a set of breaking point is found

* renamed lastDeactivatedNode -> bestDeactivatedNode, and updated only if the node to deactivate is "better" than the old one (may need some fine-tuning)

* instead of the fallback() method, which created only one lineBreakPosition, a
new algorithm is used if Knuth's fails

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