From: Adrian Cumiskey Date: Wed, 25 Mar 2009 10:36:35 +0000 (+0000) Subject: Forgot to add getBackgroundColor() accessor. X-Git-Tag: fop-1_0~268 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=69f30cdeaa68511e8cc02d77b2e013a73039e732;p=xmlgraphics-fop.git Forgot to add getBackgroundColor() accessor. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@758207 13f79535-47bb-0310-9956-ffa450edef68 --- 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 @@ -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.