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 ss...@apache.org on 2017/08/16 10:50:06 UTC

svn commit: r1805173 [3/3] - in /xmlgraphics/fop/trunk: fop-core/src/main/java/org/apache/fop/apps/ fop-core/src/main/java/org/apache/fop/area/ fop-core/src/main/java/org/apache/fop/area/inline/ fop-core/src/main/java/org/apache/fop/cli/ fop-core/src/m...

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTemplate.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTemplate.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTemplate.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTemplate.java Wed Aug 16 10:50:04 2017
@@ -21,7 +21,7 @@ package org.apache.fop.render.rtf.rtflib
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */
@@ -30,7 +30,7 @@ import java.io.IOException;
 
 /**
  * Singelton of the RTF style template
- * This class belongs to the <jfor:style-template> tag processing.
+ * This class belongs to the jfor:style-template tag processing.
  */
 
 public final class RtfTemplate  {

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfText.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfText.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfText.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfText.java Wed Aug 16 10:50:04 2017
@@ -21,7 +21,7 @@ package org.apache.fop.render.rtf.rtflib
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/WhitespaceCollapser.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/WhitespaceCollapser.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/WhitespaceCollapser.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/WhitespaceCollapser.java Wed Aug 16 10:50:04 2017
@@ -21,7 +21,7 @@ package org.apache.fop.render.rtf.rtflib
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/ImageConstants.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/ImageConstants.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/ImageConstants.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/ImageConstants.java Wed Aug 16 10:50:04 2017
@@ -17,20 +17,20 @@
 
 /* $Id$ */
 
-package org.apache.fop.render.rtf.rtflib.tools;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */
 
-/**
- * <p>Here will be defined all supported image formats.
- *  This class belongs to the <fo:external-graphic> tag processing.</p>
- *
- * <p>This work was authored by Andreas Putz (a.putz@skynamics.com).</p>
+package org.apache.fop.render.rtf.rtflib.tools;
+
+
+/** Here will be defined all supported image formats.
+ *  This class belongs to the fo:external-graphic tag processing.
+ *  This work was originally authored by a.putz@skynamics.com (Andreas Putz)
  */
 
 public final class ImageConstants {

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/ImageUtil.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/ImageUtil.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/ImageUtil.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/tools/ImageUtil.java Wed Aug 16 10:50:04 2017
@@ -17,20 +17,19 @@
 
 /* $Id$ */
 
-package org.apache.fop.render.rtf.rtflib.tools;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */
 
-/**
- * <p>Miscellaneous utilities for images handling.
- * This class belongs to the <fo:external-graphic> tag processing.</p>
- *
- * <p>This work was authored by Andreas Putz (a.putz@skynamics.com).</p>
+package org.apache.fop.render.rtf.rtflib.tools;
+
+/**  Misc.utilities for images handling
+ *  This class belongs to the fo:external-graphic tag processing.
+ *  This work was originally authored by <a href="mailto:a.putz@skynamics.com">Andreas Putz</a>
  */
 public final class ImageUtil {
 

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/xml/XMLRenderer.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/xml/XMLRenderer.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/xml/XMLRenderer.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/render/xml/XMLRenderer.java Wed Aug 16 10:50:04 2017
@@ -105,7 +105,7 @@ public class XMLRenderer extends Abstrac
      * in the root element of the AT document, the initial value of which
      * is set to '2.0' to signify that something preceded it (but didn't
      * happen to be marked as such), and that this version is not necessarily
-     * backwards compatible with the unmarked (<2.0) version.
+     * backwards compatible with the unmarked (&lt;2.0) version.
      */
     public static final String VERSION = "2.0";
 

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/servlet/FopPrintServlet.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/servlet/FopPrintServlet.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/servlet/FopPrintServlet.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/servlet/FopPrintServlet.java Wed Aug 16 10:50:04 2017
@@ -47,11 +47,11 @@ import org.apache.fop.apps.MimeConstants
  *   <li>xml: the path to an XML file to render</li>
  *   <li>xslt: the path to an XSLT file that can transform the above XML to XSL-FO</li>
  * </ul>
- * <br/>
+ * <br>
  * Example URL: http://servername/fop/servlet/FopPrintServlet?fo=readme.fo
- * <br/>
- * Example URL: http://servername/fop/servlet/FopPrintServlet?xml=data.xml&xsl=format.xsl
- * <br/>
+ * <br>
+ * Example URL: http://servername/fop/servlet/FopPrintServlet?xml=data.xml
+ * <br>
  * <b>Note:</b> This servlet is derived from FopServlet. Most methods are inherited from the
  * superclass. Only the differences to the base class are necessary.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/servlet/FopServlet.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/servlet/FopServlet.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/servlet/FopServlet.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/servlet/FopServlet.java Wed Aug 16 10:50:04 2017
@@ -53,7 +53,7 @@ import org.apache.fop.apps.MimeConstants
 
 /**
  * Example servlet to generate a PDF from a servlet.
- * <br/>
+ * <br>
  * Servlet param is:
  * <ul>
  *   <li>fo: the path to a XSL-FO file to render
@@ -63,12 +63,12 @@ import org.apache.fop.apps.MimeConstants
  *   <li>xml: the path to an XML file to render</li>
  *   <li>xslt: the path to an XSLT file that can transform the above XML to XSL-FO</li>
  * </ul>
- * <br/>
+ * <br>
  * Example URL: http://servername/fop/servlet/FopServlet?fo=readme.fo
- * <br/>
- * Example URL: http://servername/fop/servlet/FopServlet?xml=data.xml&xslt=format.xsl
- * <br/>
- * For this to work with Internet Explorer, you might need to append "&ext=.pdf"
+ * <br>
+ * Example URL: http://servername/fop/servlet/FopServlet?xml=data.xml
+ * <br>
+ * For this to work with Internet Explorer, you might need to append "ext=.pdf"
  * to the URL.
  * (todo) Ev. add caching mechanism for Templates objects
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/AbstractFOPImageElementBridge.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/AbstractFOPImageElementBridge.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/AbstractFOPImageElementBridge.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/AbstractFOPImageElementBridge.java Wed Aug 16 10:50:04 2017
@@ -47,14 +47,14 @@ import org.apache.xmlgraphics.java2d.Gra
 import org.apache.fop.image.loader.batik.BatikUtil;
 
 /**
- * <p>Bridge class for the &lt;image> element when jpeg images.</p>
+ * Bridge class for the &lt;image&gt; element when jpeg images.
  *
- * <p>This work was authored by Keiron Liddle (keiron@aftexsw.com).</p>
+ * This work was originally authored by <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a>
  */
 public abstract class AbstractFOPImageElementBridge extends SVGImageElementBridge {
 
     /**
-     * Constructs a new bridge for the &lt;image> element.
+     * Constructs a new bridge for the &lt;image&gt; element.
      */
     public AbstractFOPImageElementBridge() { }
 

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/AbstractFOPTextElementBridge.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/AbstractFOPTextElementBridge.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/AbstractFOPTextElementBridge.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/AbstractFOPTextElementBridge.java Wed Aug 16 10:50:04 2017
@@ -28,11 +28,11 @@ import org.apache.batik.bridge.TextPaint
 import org.apache.batik.gvt.GraphicsNode;
 
 /**
- * <p>Bridge class for the &lt;text> element.
+ * Bridge class for the &lt;text&gt; element.
  * This bridge will use the direct text painter if the text
- * for the element is simple.</p>
+ * for the element is simple.
  *
- * <p>This work was authored by Keiron Liddle (keiron@aftexsw.com).</p>
+ * This work was originally authored by <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a>
  */
 public abstract class AbstractFOPTextElementBridge extends SVGTextElementBridge {
 

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/NativeTextPainter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/NativeTextPainter.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/NativeTextPainter.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/NativeTextPainter.java Wed Aug 16 10:50:04 2017
@@ -335,10 +335,6 @@ public abstract class NativeTextPainter
     protected abstract void writeGlyph(char glyph, AffineTransform transform) throws IOException;
 
 
-    /**
-     * @param runaci an attributed character iterator
-     * @param layout a text span layout
-     */
     protected final void logTextRun(TextRun textRun) {
         AttributedCharacterIterator runaci = textRun.getACI();
         TextSpanLayout layout = textRun.getLayout();

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFAElementBridge.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFAElementBridge.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFAElementBridge.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFAElementBridge.java Wed Aug 16 10:50:04 2017
@@ -29,15 +29,15 @@ import org.apache.batik.bridge.BridgeCon
 import org.apache.batik.gvt.GraphicsNode;
 
 /**
- * <p>Bridge class for the &lt;a> element.</p>
+ * Bridge class for the &lt;a&gt; element.
  *
- * <p>This work was authored by Keiron Liddle (keiron@aftexsw.com).</p>
+ * This work was originally authored by <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a>
  */
 public class PDFAElementBridge extends AbstractGraphicsNodeBridge {
     private AffineTransform transform;
 
     /**
-     * Constructs a new bridge for the &lt;a> element.
+     * Constructs a new bridge for the &lt;a&gt; element.
      */
     public PDFAElementBridge() {
     }
@@ -87,7 +87,7 @@ public class PDFAElementBridge extends A
     }
 
     /**
-     * Returns true as the &lt;a> element is a container.
+     * Returns true as the &lt;a&gt; element is a container.
      * @return true if the a element is a container
      */
     public boolean isComposite() {

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFImageElementBridge.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFImageElementBridge.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFImageElementBridge.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFImageElementBridge.java Wed Aug 16 10:50:04 2017
@@ -24,14 +24,14 @@ import org.apache.xmlgraphics.image.load
 import org.apache.fop.image.loader.batik.BatikImageFlavors;
 
 /**
- * <p>PDF Image Element Bridge class for the &lt;image> element when jpeg images.</p>
+ * PDF Image Element Bridge class for the &lt;image&gt; element when jpeg images.
  *
- * <p>This work was authored by Keiron Liddle (keiron@aftexsw.com).</p>
+ * This work was originally authored by <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a>
  */
 public class PDFImageElementBridge extends AbstractFOPImageElementBridge {
 
     /**
-     * Constructs a new bridge for the &lt;image> element.
+     * Constructs a new bridge for the &lt;image&gt; element.
      */
     public PDFImageElementBridge() { }
 

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTextElementBridge.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTextElementBridge.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTextElementBridge.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTextElementBridge.java Wed Aug 16 10:50:04 2017
@@ -22,16 +22,16 @@ package org.apache.fop.svg;
 import org.apache.batik.bridge.TextPainter;
 
 /**
- * <p>Bridge class for the &lt;text> element.
+ * Bridge class for the &lt;text&gt; element.
  * This bridge will use the direct text painter if the text
- * for the element is simple.</p>
+ * for the element is simple.
  *
- * <p>This work was authored by Keiron Liddle (keiron@aftexsw.com).</p>
+ * This work was originally authored by <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a>
  */
 public class PDFTextElementBridge extends AbstractFOPTextElementBridge {
 
     /**
-     * Constructs a new bridge for the &lt;text> element.
+     * Constructs a new bridge for the &lt;text&gt; element.
      *
      * @param textPainter the text painter to use
      */

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTextPainter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTextPainter.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTextPainter.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTextPainter.java Wed Aug 16 10:50:04 2017
@@ -37,7 +37,7 @@ import org.apache.fop.svg.font.FOPGVTFon
 import org.apache.fop.svg.font.FOPGVTGlyphVector;
 
 /**
- * Renders the attributed character iterator of a {@link org.apache.batik.gvt.TextNode}.
+ * Renders the attributed character iterator of a {@link org.apache.batik.bridge.TextNode}.
  * This class draws the text directly into the PDFGraphics2D so that
  * the text is not drawn using shapes which makes the PDF files larger.
  * If the text is simple enough to draw then it sets the font and calls
@@ -60,7 +60,6 @@ class PDFTextPainter extends NativeTextP
      * Create a new PDF text painter with the given font information.
      *
      * @param fi the font info
-     * @param fontFamilyResolver the Font Family Resolver
      */
     public PDFTextPainter(FontInfo fi) {
         super(fi);

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTranscoder.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTranscoder.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTranscoder.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/svg/PDFTranscoder.java Wed Aug 16 10:50:04 2017
@@ -59,7 +59,7 @@ import org.apache.fop.svg.font.FOPFontFa
  * processor can be specified:
  *
  * <p><code>KEY_LANGUAGE</code> to set the default language to use (may be
- * used by a &lt;switch> SVG element for example),
+ * used by a &lt;switch&gt; SVG element for example),
  * <code>KEY_USER_STYLESHEET_URI</code> to fix the URI of a user
  * stylesheet, and <code>KEY_PIXEL_TO_MM</code> to specify the pixel to
  * millimeter conversion factor.

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/tools/anttasks/Fop.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/tools/anttasks/Fop.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/tools/anttasks/Fop.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/tools/anttasks/Fop.java Wed Aug 16 10:50:04 2017
@@ -50,17 +50,19 @@ import org.apache.fop.cli.InputHandler;
  * Wrapper for FOP which allows it to be accessed from within an Ant task.
  * Accepts the inputs:
  * <ul>
- * <li>fofile -> formatting objects file to be transformed</li>
- * <li>format -> MIME type of the format to generate ex. "application/pdf"</li>
- * <li>outfile -> output filename</li>
- * <li>baseDir -> directory to work from</li>
- * <li>relativebase -> (true | false) control whether to use each FO's
+ * <li>fofile - formatting objects file to be transformed</li>
+ * <li>iffile - intermediate format input file to be transformed</li>
+ * <li>outputFormat - MIME type of the format to generate ex. "application/pdf"</li>
+ * <li>inputFormat - Input file format (like "fo","xml","if")</li>
+ * <li>outfile - output filename</li>
+ * <li>baseDir - directory to work from</li>
+ * <li>relativebase - (true | false) control whether to use each FO's
  *      directory as base directory. false uses the baseDir parameter.</li>
- * <li>userconfig -> file with user configuration (same as the "-c" command
+ * <li>userconfig - file with user configuration (same as the "-c" command
  *      line option)</li>
- * <li>messagelevel -> (error | warn | info | verbose | debug) level to output
+ * <li>messagelevel - (error | warn | info | verbose | debug) level to output
  *      non-error messages</li>
- * <li>logFiles -> Controls whether the names of the files that are processed
+ * <li>logFiles - Controls whether the names of the files that are processed
  *      are logged or not</li>
  * </ul>
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/traits/MinOptMax.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/traits/MinOptMax.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/traits/MinOptMax.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/traits/MinOptMax.java Wed Aug 16 10:50:04 2017
@@ -23,14 +23,12 @@ import java.io.Serializable;
 
 /**
  * This class holds the resolved (as mpoints) form of a
- * {@link org.apache.fop.fo.properties.LengthRangeProperty} or
- * {@link org.apache.fop.fo.properties.SpaceProperty} type property value.
- * <p/>
- * Instances of this class are immutable. All arithmetic methods like {@link #plus(MinOptMax) plus},
- * {@link #minus(MinOptMax) minus} or {@link #mult(int) mult} return a different instance. So it is
- * possible to pass around instances without copying.
- * <p/>
- * <code>MinOptMax</code> values are used during layout calculations.
+ * {@link org.apache.fop.fo.properties.LengthRangeProperty LengthRange} or
+ * {@link org.apache.fop.fo.properties.SpaceProperty Space} type property value. <p>
+ * Instances of this class are immutable. All arithmetic methods like
+ * {@link #plus(MinOptMax) plus}, {@link #minus(MinOptMax) minus} or {@link #mult(int)
+ * mult} return a different instance. So it is possible to pass around instances without
+ * copying. <p> <code>MinOptMax</code> values are used during layout calculations.
  */
 public final class MinOptMax implements Serializable {
 
@@ -52,7 +50,7 @@ public final class MinOptMax implements
      * @param opt the optimum value
      * @param max the maximum value
      * @return the corresponding instance
-     * @throws IllegalArgumentException if <code>min > opt || max < opt</code>.
+     * @throws IllegalArgumentException if <code>min &gt; opt || max &lt; opt</code>.
      */
     public static MinOptMax getInstance(int min, int opt, int max) throws IllegalArgumentException {
         if (min > opt) {
@@ -196,7 +194,7 @@ public final class MinOptMax implements
      * @param minOperand the minimal value to be added.
      * @return an instance with the given value added to the minimal value.
      * @throws IllegalArgumentException if
-     * <code>min + minOperand > opt || max < opt</code>.
+     * <code>min + minOperand &gt; opt || max &lt; opt</code>.
      */
     public MinOptMax plusMin(int minOperand) throws IllegalArgumentException {
         return getInstance(min + minOperand, opt, max);
@@ -209,7 +207,7 @@ public final class MinOptMax implements
      * @param minOperand the minimal value to be subtracted.
      * @return an instance with the given value subtracted to the minimal value.
      * @throws IllegalArgumentException if
-     * <code>min - minOperand > opt || max < opt</code>.
+     * <code>min - minOperand &gt; opt || max &lt; opt</code>.
      */
     public MinOptMax minusMin(int minOperand) throws IllegalArgumentException {
         return getInstance(min - minOperand, opt, max);
@@ -222,7 +220,7 @@ public final class MinOptMax implements
      * @param maxOperand the maximal value to be added.
      * @return an instance with the given value added to the maximal value.
      * @throws IllegalArgumentException if
-     * <code>min > opt || max < opt + maxOperand</code>.
+     * <code>min &gt; opt || max &lt; opt + maxOperand</code>.
      */
     public MinOptMax plusMax(int maxOperand) throws IllegalArgumentException {
         return getInstance(min, opt, max + maxOperand);
@@ -235,7 +233,7 @@ public final class MinOptMax implements
      * @param maxOperand the maximal value to be subtracted.
      * @return an instance with the given value subtracted to the maximal value.
      * @throws IllegalArgumentException if
-     * <code>min > opt || max < opt - maxOperand</code>.
+     * <code>min &gt; opt || max &lt; opt - maxOperand</code>.
      */
     public MinOptMax minusMax(int maxOperand) throws IllegalArgumentException {
         return getInstance(min, opt, max - maxOperand);

Modified: xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/util/XMLUtil.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/util/XMLUtil.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/util/XMLUtil.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/main/java/org/apache/fop/util/XMLUtil.java Wed Aug 16 10:50:04 2017
@@ -284,7 +284,7 @@ public final class XMLUtil implements XM
 
     /**
      * Returns an attribute value as a glyph position adjustments array. The string value
-     * is expected to be a non-empty sequence of either Z<repeat> or <number>, where the
+     * is expected to be a non-empty sequence of either Z&lt;repeat&gt; or &lt;number&gt;, where the
      * former encodes a repeat count (of zeroes) and the latter encodes a integer number,
      * and where each item is separated by whitespace.
      * @param attributes the Attributes object
@@ -301,7 +301,7 @@ public final class XMLUtil implements XM
     }
 
     /**
-     * Escape '<', '>' and '&' using NCRs.
+     * Escape '&lt;', '&gt;' and '&amp;' using NCRs.
      * @param unescaped string
      * @return escaped string
      */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/BasicLink.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/BasicLink.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/BasicLink.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/BasicLink.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/CreateTestDocuments.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/CreateTestDocuments.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/CreateTestDocuments.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/CreateTestDocuments.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/DummyTableColumnsInfo.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/DummyTableColumnsInfo.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/DummyTableColumnsInfo.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/DummyTableColumnsInfo.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ExternalGraphic.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ExternalGraphic.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ExternalGraphic.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ExternalGraphic.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ListInTable.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ListInTable.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ListInTable.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ListInTable.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/MergedTableCells.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/MergedTableCells.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/MergedTableCells.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/MergedTableCells.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/NestedTable.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/NestedTable.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/NestedTable.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/NestedTable.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ParagraphAlignment.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ParagraphAlignment.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ParagraphAlignment.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ParagraphAlignment.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleDocument.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleDocument.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleDocument.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleDocument.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleLists.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleLists.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleLists.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleLists.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleTable.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleTable.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleTable.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/SimpleTable.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/TestDocument.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/TestDocument.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/TestDocument.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/TestDocument.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/TextAttributes.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/TextAttributes.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/TextAttributes.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/TextAttributes.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/Whitespace.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/Whitespace.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/Whitespace.java (original)
+++ xmlgraphics/fop/trunk/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/Whitespace.java Wed Aug 16 10:50:04 2017
@@ -20,7 +20,7 @@
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
- * created by Bertrand Delacretaz <bd...@codeconsult.ch> and by other
+ * created by Bertrand Delacretaz bdelacretaz@codeconsult.ch and by other
  * contributors to the jfor project (www.jfor.org), who agreed to donate jfor to
  * the FOP project.
  */

Modified: xmlgraphics/fop/trunk/fop-events/src/main/java/org/apache/fop/events/EventProducer.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-events/src/main/java/org/apache/fop/events/EventProducer.java?rev=1805173&r1=1805172&r2=1805173&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-events/src/main/java/org/apache/fop/events/EventProducer.java (original)
+++ xmlgraphics/fop/trunk/fop-events/src/main/java/org/apache/fop/events/EventProducer.java Wed Aug 16 10:50:04 2017
@@ -22,9 +22,8 @@ package org.apache.fop.events;
 /**
  * This is a marker interface which all event producer interfaces need to extend. These interfaces
  * must agree to the following convention:
- * <ul>
- *   <li>The first parameter of each method must be: <code>Object source</code>
- * </ul>
+ *
+ *   The first parameter of each method must be: <code>Object source</code>
  */
 public interface EventProducer {
 



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