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: [email protected]
For additional commands, e-mail: [email protected]