aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdrian Cumiskey <acumiskey@apache.org>2009-03-25 10:36:35 +0000
committerAdrian Cumiskey <acumiskey@apache.org>2009-03-25 10:36:35 +0000
commit69f30cdeaa68511e8cc02d77b2e013a73039e732 (patch)
treeb1a18557f2ba532486e4d8a2ee17bf29b35817d8 /src
parentcc0fa5f92143580b61a1ae77fc8a2bb26474a45d (diff)
downloadxmlgraphics-fop-69f30cdeaa68511e8cc02d77b2e013a73039e732.tar.gz
xmlgraphics-fop-69f30cdeaa68511e8cc02d77b2e013a73039e732.zip
Forgot to add getBackgroundColor() accessor.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@758207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rwxr-xr-xsrc/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java b/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java
index e32a4c9b2..8e3955cd8 100755
--- a/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java
+++ b/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java
@@ -651,6 +651,14 @@ public class CommonBorderPaddingBackground {
}
/**
+ * Returns the "background-color" property.
+ * @return the "background-color" property.
+ */
+ public Color getBackgroundColor() {
+ return backgroundColor;
+ }
+
+ /**
* Returns the "background-attachment" property.
* @return the "background-attachment" property.
*/