pbwest 2004/07/08 17:27:44 Modified: src/java/org/apache/fop/area Tag: FOP_0-20-0_Alt-Design Area.java Log: Documentation corrections Revision Changes Path No revision No revision 1.1.2.26 +3 -9 xml-fop/src/java/org/apache/fop/area/Area.java Index: Area.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/area/Area.java,v retrieving revision 1.1.2.25 retrieving revision 1.1.2.26 diff -u -r1.1.2.25 -r1.1.2.26 --- Area.java 8 Jul 2004 17:22:26 -0000 1.1.2.25 +++ Area.java 9 Jul 2004 00:27:44 -0000 1.1.2.26 @@ -564,9 +564,7 @@ * 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 @@ * 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 @@ /** * 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 */
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]