diff options
author | William Victor Mote <vmote@apache.org> | 2003-08-22 05:43:45 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-08-22 05:43:45 +0000 |
commit | aaa1b68a4788363311ba89c12e3041c8d447ad31 (patch) | |
tree | eea257fe65a7bda4838b66876253b946e7596755 /src/java/org/apache | |
parent | aff9b324f9afb93d76ef30c21edcb92c77bee964 (diff) | |
download | xmlgraphics-fop-aaa1b68a4788363311ba89c12e3041c8d447ad31.tar.gz xmlgraphics-fop-aaa1b68a4788363311ba89c12e3041c8d447ad31.zip |
style/javadoc changes only
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache')
-rw-r--r-- | src/java/org/apache/fop/fo/FObj.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/fo/FObj.java b/src/java/org/apache/fop/fo/FObj.java index ed8de0541..ea5688034 100644 --- a/src/java/org/apache/fop/fo/FObj.java +++ b/src/java/org/apache/fop/fo/FObj.java @@ -432,6 +432,12 @@ public class FObj extends FONode { return this.propMgr; } + /** + * This is a hook for an FOTreeVisitor subclass to be able to access + * this object. + * @param fotv the FOTreeVisitor subclass that can access this object. + * @see org.apache.fop.fo.FOTreeVisitor + */ public void acceptVisitor(FOTreeVisitor fotv) { fotv.serveVisitor(this); } |