From 63d6af553d31e7aa51d624b200fc8044cda32e5d Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Fri, 9 Jul 2004 00:27:44 +0000 Subject: Documentation corrections 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 | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/java/org/apache/fop/area/Area.java b/src/java/org/apache/fop/area/Area.java index 98d0a8790..32faff73d 100644 --- a/src/java/org/apache/fop/area/Area.java +++ b/src/java/org/apache/fop/area/Area.java @@ -564,9 +564,7 @@ public class Area extends AreaNode implements Cloneable { * Sets the block-progression-dimension of the contents of * this area to the specified value in millipoints. * This value is applied to the appropriate dimension of the - * Rectangle2D representing this area. If no - * Rectangle2D exists, a zero-dimensioned default is first - * created, then the value is applied. + * Rectangle2D representing this area. * @param millipts block-progression-dimension to set, in * millipoints */ @@ -578,9 +576,7 @@ public class Area extends AreaNode implements Cloneable { * Sets the block-progression-dimension of the contents of * this area to the specified value in points. * This value is applied to the appropriate dimension of the - * Rectangle2D representing this area. If no - * Rectangle2D exists, a zero-dimensioned default is first - * created, then the value is applied. + * Rectangle2D representing this area. * N.B. The method is synchronized only on this object. * @param pts block-progression-dimension to set, in points */ @@ -627,9 +623,7 @@ public class Area extends AreaNode implements Cloneable { /** * Sets the inline-progression-dimension of the contents of * this area, in points. This value is applied to the appropriate - * dimension of the Rectangle2D representing this area. If no - * Rectangle2D exists, a zero-dimensioned default is first - * created, then the value is applied. + * dimension of the Rectangle2D representing this area. * @param millipts inline-progression-dimension to set, in * millipoints */ -- cgit v1.2.3