diff options
author | Peter Bernard West <pbwest@apache.org> | 2004-07-09 00:27:44 +0000 |
---|---|---|
committer | Peter Bernard West <pbwest@apache.org> | 2004-07-09 00:27:44 +0000 |
commit | 63d6af553d31e7aa51d624b200fc8044cda32e5d (patch) | |
tree | 08685a1924fdeb6e04ea281d4161b43a30075031 | |
parent | c89d68907efdbb23d083adcd87c5324d527958f6 (diff) | |
download | xmlgraphics-fop-63d6af553d31e7aa51d624b200fc8044cda32e5d.tar.gz xmlgraphics-fop-63d6af553d31e7aa51d624b200fc8044cda32e5d.zip |
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
-rw-r--r-- | src/java/org/apache/fop/area/Area.java | 12 |
1 files 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 <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 */ |