aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
diff options
context:
space:
mode:
authorAdrian Cumiskey <acumiskey@apache.org>2008-06-30 14:04:05 +0000
committerAdrian Cumiskey <acumiskey@apache.org>2008-06-30 14:04:05 +0000
commitc30b915be40d6347cf541109810812d87546e4d1 (patch)
treea56b0766056a01077fe8ea072d4a9647b0480cf5 /src/java/org/apache/fop/area
parent1864126f2269ef3d62604b1cb3c5b2de51cc94ce (diff)
downloadxmlgraphics-fop-c30b915be40d6347cf541109810812d87546e4d1.tar.gz
xmlgraphics-fop-c30b915be40d6347cf541109810812d87546e4d1.zip
Small Javadoc corrections and parameter variable rename.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@672775 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/area')
-rw-r--r--src/java/org/apache/fop/area/inline/FilledArea.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/java/org/apache/fop/area/inline/FilledArea.java b/src/java/org/apache/fop/area/inline/FilledArea.java
index 02d9b4820..5f6d49f4c 100644
--- a/src/java/org/apache/fop/area/inline/FilledArea.java
+++ b/src/java/org/apache/fop/area/inline/FilledArea.java
@@ -70,10 +70,10 @@ public class FilledArea extends InlineParent {
/**
* Set the unit width for the areas to fill the full width.
*
- * @param w the unit width
+ * @param width the unit width
*/
- public void setUnitWidth(int w) {
- unitWidth = w;
+ public void setUnitWidth(int width) {
+ this.unitWidth = width;
}
/**
@@ -82,7 +82,7 @@ public class FilledArea extends InlineParent {
* @return the unit width
*/
public int getUnitWidth() {
- return unitWidth;
+ return this.unitWidth;
}
/**
@@ -117,7 +117,7 @@ public class FilledArea extends InlineParent {
}
/**
- * recursively apply the variation factor to all descendant areas
+ * Recursively apply the variation factor to all descendant areas
* @param variationFactor the variation factor that must be applied to adjustments
* @param lineStretch the total stretch of the line
* @param lineShrink the total shrink of the line