]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Documentation corrections
authorPeter Bernard West <pbwest@apache.org>
Fri, 9 Jul 2004 00:27:44 +0000 (00:27 +0000)
committerPeter Bernard West <pbwest@apache.org>
Fri, 9 Jul 2004 00:27:44 +0000 (00:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197771 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/area/Area.java

index 98d0a87905b9f22da6effc1a5813376e65edce72..32faff73d0dd7016bc9a03d41fd354fa24d35cd4 100644 (file)
@@ -564,9 +564,7 @@ public class Area extends AreaNode implements Cloneable  {
          * Sets the <code>block-progression-dimension</code> of the contents of
          * this area to the specified value in millipoints.
          * This value is applied to the appropriate dimension of the
-         * <code>Rectangle2D</code> representing this area.  If no
-         * <code>Rectangle2D</code> exists, a zero-dimensioned default is first
-         * created, then the value is applied.
+         * <code>Rectangle2D</code> representing this area. 
          * @param millipts <code>block-progression-dimension</code> to set, in
          * millipoints
          */
@@ -578,9 +576,7 @@ public class Area extends AreaNode implements Cloneable  {
          * Sets the <code>block-progression-dimension</code> of the contents of
          * this area to the specified value in points.
          * This value is applied to the appropriate dimension of the
-         * <code>Rectangle2D</code> representing this area.  If no
-         * <code>Rectangle2D</code> exists, a zero-dimensioned default is first
-         * created, then the value is applied.
+         * <code>Rectangle2D</code> representing this area.
          * N.B. The method is synchronized only on this object.
          * @param pts <code>block-progression-dimension</code> to set, in points
          */
@@ -627,9 +623,7 @@ public class Area extends AreaNode implements Cloneable  {
         /**
          * Sets the <code>inline-progression-dimension</code> of the contents of
          * this area, in points.  This value is applied to the appropriate
-         * dimension of the <code>Rectangle2D</code> representing this area.  If no
-         * <code>Rectangle2D</code> exists, a zero-dimensioned default is first
-         * created, then the value is applied.
+         * dimension of the <code>Rectangle2D</code> representing this area.
          * @param millipts <code>inline-progression-dimension</code> to set, in
          * millipoints
          */