From: Jeremias Maerki Date: Fri, 9 Nov 2007 15:54:11 +0000 (+0000) Subject: Attempt to shed light on what this method does. X-Git-Tag: fop-0_95beta~300 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=205a9659f24b4177860ec309a8323dec28be5b0b;p=xmlgraphics-fop.git Attempt to shed light on what this method does. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@593573 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/fo/properties/CorrespondingPropertyMaker.java b/src/java/org/apache/fop/fo/properties/CorrespondingPropertyMaker.java index 6f76a1cc7..add38161e 100644 --- a/src/java/org/apache/fop/fo/properties/CorrespondingPropertyMaker.java +++ b/src/java/org/apache/fop/fo/properties/CorrespondingPropertyMaker.java @@ -46,6 +46,11 @@ public class CorrespondingPropertyMaker { this.tb_rl = tb_rl; } + /** + * Controls whether the PropertyMaker accesses the parent property list or the current + * property list for determining the writing mode. + * @param useParent true if the parent property list should be used. + */ public void setUseParent(boolean useParent) { this.useParent = useParent; }