Browse Source

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
tags/Defoe_export
Peter Bernard West 20 years ago
parent
commit
63d6af553d
1 changed files with 3 additions and 9 deletions
  1. 3
    9
      src/java/org/apache/fop/area/Area.java

+ 3
- 9
src/java/org/apache/fop/area/Area.java View 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
*/

Loading…
Cancel
Save