You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/09/15 11:47:32 UTC

svn commit: r289187 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java

Author: jeremias
Date: Thu Sep 15 02:47:29 2005
New Revision: 289187

URL: http://svn.apache.org/viewcvs?rev=289187&view=rev
Log:
Documentation request for the getChangedKnuthElements() method. Very few of us will have a good idea what this method is for. I only know it has to do with (1) justification of boxes in b-p-d and (2) with hyphenation in i-p-d.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java   (contents, props changed)

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java?rev=289187&r1=289186&r2=289187&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java Thu Sep 15 02:47:29 2005
@@ -48,7 +48,7 @@
      * initialize the layout manager. Allows each layout manager 
      * to calculate often used values.
      */
-    public void initialize();
+    void initialize();
     
     /**
      * Get the active PageSequenceLayoutManager instance for this
@@ -150,6 +150,8 @@
      * Get a sequence of KnuthElements representing the content 
      * of the node assigned to the LM, after changes have been applied
      *
+     * @todo Add a detailed explanation what exactly "changes" mean here and what the 
+     *       method's purpose is.
      * @param oldList        the elements to replace
      * @param alignment      the desired text alignment
      * @return               the updated list of KnuthElements

Propchange: xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManager.java
------------------------------------------------------------------------------
    svn:keywords = Id



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org