]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Javadocs only
authorJeremias Maerki <jeremias@apache.org>
Mon, 18 Jul 2005 14:46:29 +0000 (14:46 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 18 Jul 2005 14:46:29 +0000 (14:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@219502 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/XMLObj.java

index 4dc1a40b2412288e0d624a94cbb50a66d53cfbd5..b6fca2dce57f930c4b8444048c73156a86638df5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -83,6 +83,10 @@ public abstract class XMLObj extends FONode {
         return doc;
     }
 
+    /**
+     * Returns the dimensions of the generated area in pts.
+     * @return the requested dimensions in pts.
+     */
     public Point2D getDimension(Point2D view) {
          return null;
     }
@@ -209,6 +213,7 @@ public abstract class XMLObj extends FONode {
      * @param data array of characters contaning the text to add
      * @param start starting array element to add
      * @param length number of characters from the array to add
+     * @param pList the currently applicable property list
      * @param locator location in fo source file.
      */
     protected void addCharacters(char data[], int start, int length,