]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
change cryptic method name
authorWilliam Victor Mote <vmote@apache.org>
Tue, 26 Aug 2003 15:05:33 +0000 (15:05 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Tue, 26 Aug 2003 15:05:33 +0000 (15:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196841 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/AddLMVisitor.java

index d4a1c066abee890eb3d28495736c16728667f3a1..2054d9ca53b21147b06afd5b9d260ec6a6aaa1aa 100644 (file)
@@ -472,7 +472,7 @@ public class AddLMVisitor extends FOTreeVisitor {
      }
 
      public void serveVisitor(InstreamForeignObject node) {
-         Viewport areaCurrent = getIFOInlineArea(node);
+         Viewport areaCurrent = getInstreamForeignObjectInlineArea(node);
          if (areaCurrent != null) {
              LeafNodeLayoutManager lm = new LeafNodeLayoutManager();
              lm.setUserAgent(node.getUserAgent());
@@ -489,7 +489,7 @@ public class AddLMVisitor extends FOTreeVisitor {
       *
       * @return the viewport inline area
       */
-     public Viewport getIFOInlineArea(InstreamForeignObject node) {
+     public Viewport getInstreamForeignObjectInlineArea(InstreamForeignObject node) {
          if (node.getChildren() == null) {
              return null;
          }