From 69f30cdeaa68511e8cc02d77b2e013a73039e732 Mon Sep 17 00:00:00 2001 From: Adrian Cumiskey Date: Wed, 25 Mar 2009 10:36:35 +0000 Subject: [PATCH] Forgot to add getBackgroundColor() accessor. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@758207 13f79535-47bb-0310-9956-ffa450edef68 --- .../fop/fo/properties/CommonBorderPaddingBackground.java | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.39.5