aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/FObjMixed.java
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-08-22 06:27:34 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-08-22 06:27:34 +0000
commit325d7e5440da01011621b5e8aa8c86e9d59a166a (patch)
tree42c18a29171ac21cf21f0aca30ac435628a3e527 /src/java/org/apache/fop/fo/FObjMixed.java
parentaaa1b68a4788363311ba89c12e3041c8d447ad31 (diff)
downloadxmlgraphics-fop-325d7e5440da01011621b5e8aa8c86e9d59a166a.tar.gz
xmlgraphics-fop-325d7e5440da01011621b5e8aa8c86e9d59a166a.zip
style changes only
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196825 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/FObjMixed.java')
-rw-r--r--src/java/org/apache/fop/fo/FObjMixed.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/java/org/apache/fop/fo/FObjMixed.java b/src/java/org/apache/fop/fo/FObjMixed.java
index f7a4921a3..179f2fe91 100644
--- a/src/java/org/apache/fop/fo/FObjMixed.java
+++ b/src/java/org/apache/fop/fo/FObjMixed.java
@@ -50,12 +50,6 @@
*/
package org.apache.fop.fo;
-import org.apache.fop.fo.FOTreeControl;
-import org.apache.fop.layoutmgr.InlineStackingLayoutManager;
-import org.apache.fop.layoutmgr.LMiter;
-
-import java.util.List;
-
/**
* Base class for representation of mixed content formatting objects
* and their processing
@@ -113,6 +107,12 @@ public class FObjMixed extends FObj {
return new RecursiveCharIterator(this);
}
+ /**
+ * 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);
}