You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2004/08/05 21:44:02 UTC

DO NOT REPLY [Bug 30500] New: - [PATCH] End of AddLMVisitor.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30500>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30500

[PATCH] End of AddLMVisitor.

           Summary: [PATCH] End of AddLMVisitor.
           Product: Fop
           Version: 1.0dev
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: page-master/layout
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: bckfnn@worldonline.dk


This patch is *not* meant to be committed.

The patch replaces the AddLMVisitor class with a series of Maker classes, one
for each serveXXXX method in AddLMVisitor. The Maker classes are managed by a
"LayoutManagerMapping" class that maps FONode classes to the Maker classes.

In the patch the Maker classes are inner classes in LayoutManagerMapping, but I
think they should be normal classes in org.apache.fop.layoutmgr.