You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ac...@apache.org on 2009/03/25 11:36:37 UTC

svn commit: r758207 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java

Author: acumiskey
Date: Wed Mar 25 10:36:35 2009
New Revision: 758207

URL: http://svn.apache.org/viewvc?rev=758207&view=rev
Log:
Forgot to add getBackgroundColor() accessor.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java?rev=758207&r1=758206&r2=758207&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java Wed Mar 25 10:36:35 2009
@@ -651,6 +651,14 @@
     }
 
     /**
+     * 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.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org