aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/mif
Commit message (Collapse)AuthorAgeFilesLines
* Moved mif package (including structural renderer MIFHandler.java) toGlen Mazza2003-11-016-1035/+0
| | | | | | | render.mif. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196978 13f79535-47bb-0310-9956-ffa450edef68
* Peter Herweg's RTF patches applied--note the RTFHandler update was missing,Glen Mazza2003-11-011-0/+15
| | | | | | | added similar changes as was done to the MIFHandler. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196975 13f79535-47bb-0310-9956-ffa450edef68
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ↵William Victor Mote2003-09-191-0/+14
| | | | | | tag, submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23274 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196927 13f79535-47bb-0310-9956-ffa450edef68
* Organize imports. Joerg Pietschmann2003-09-191-12/+8
| | | | | | | A bit of JavaDoc cosmetics. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196923 13f79535-47bb-0310-9956-ffa450edef68
* add structure for handling table columns in fo/FOInputHandler and its ↵William Victor Mote2003-09-161-0/+15
| | | | | | subclasses -- submitted by Peter Herweg, see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23085 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196916 13f79535-47bb-0310-9956-ffa450edef68
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196817 13f79535-47bb-0310-9956-ffa450edef68
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-151-11/+3
| | | | | | | 2. make Document a child of Driver and start integrating this hierarchy git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196803 13f79535-47bb-0310-9956-ffa450edef68
* 1. create control packageWilliam Victor Mote2003-08-141-3/+3
| | | | | | | 2. move layout.FontInfo to control.Document git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196798 13f79535-47bb-0310-9956-ffa450edef68
* 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence ↵William Victor Mote2003-08-121-1/+3
| | | | | | | | | | | or document object 2. move logic that starts layout from fo.FOTreeHandler to apps.Driver. 3. add logic to apps.Driver to handle the events fired from fo.FOTreeHandler 4. end result is that FOTreeHandler now allows other objects to handle page-sequence and document objects in a manner similar to the way SAX allows them to handle XML elements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196787 13f79535-47bb-0310-9956-ffa450edef68
* rename StructureHandler to FOInputHandler to clarify that its subclasses are ↵William Victor Mote2003-07-291-43/+43
| | | | | | handling data for output that is either structured or laid out git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196756 13f79535-47bb-0310-9956-ffa450edef68
* Inter-package references between fo.flow and fo.pagination removed by moving ↵Glen Mazza2003-07-171-1/+1
| | | | | | | | | | | Flow and StaticContent classes to pagination package. Pagination.PageSequence and .Root children Title, Declarations, and ColorProfile also moved under pagination. Rationale given here: http://marc.theaimsgroup.com/?l=fop-dev&m=105813290817472&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196722 13f79535-47bb-0310-9956-ffa450edef68
* Bug #20397: Move StructureHandler.java to fo package and LayoutHandler.java ↵Glen Mazza2003-06-291-42/+42
| | | | | | to layoutmgr package. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196538 13f79535-47bb-0310-9956-ffa450edef68
* Fix checkstyle problems.William Victor Mote2003-05-061-2/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196407 13f79535-47bb-0310-9956-ffa450edef68
* Clean up StructureHandler's startPageSequence() method to remove unnecessary ↵William Victor Mote2003-05-061-3/+3
| | | | | | parameters. Adjust concrete classes accordingly. Add accessor methods in PageSequence to provide this data. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196406 13f79535-47bb-0310-9956-ffa450edef68
* Make StructureHandler and most of its methods abstract. It is never ↵William Victor Mote2003-05-061-11/+115
| | | | | | instantiated, has a bunch of empty classes that appear to be patterns. If those classes were to be filled in with logic, it would create problems in the subclasses. Also, any changes to signature now in the subclasses will cause the parent method to be used, which is probably not what would be wanted. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196405 13f79535-47bb-0310-9956-ffa450edef68
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-116-0/+806
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196061 13f79535-47bb-0310-9956-ffa450edef68