]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Forgot to add getBackgroundColor() accessor.
authorAdrian Cumiskey <acumiskey@apache.org>
Wed, 25 Mar 2009 10:36:35 +0000 (10:36 +0000)
committerAdrian Cumiskey <acumiskey@apache.org>
Wed, 25 Mar 2009 10:36:35 +0000 (10:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@758207 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java

index e32a4c9b2af63ca8ca5e9fda22cb852429b6d9db..8e3955cd85cedeae893a569ec92b40207853336d 100755 (executable)
@@ -650,6 +650,14 @@ public class CommonBorderPaddingBackground {
                 || borderInfo[START] != null || borderInfo[END] != null);
     }
 
+    /**
+     * 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.