216 Commits (cbf102e3fab794e3d4fcaa549bb2df5e2e8fdbcb)

Author SHA1 Message Date
  Glen Mazza cbf102e3fa 1.) CommandLineStarter removed, its functionality placed directly into Fop.main(). 21 years ago
  Glen Mazza d7b04acaec 1. FOPTaskStarter separated from Starter class (was not using latter's InputHandler). 21 years ago
  Glen Mazza 23bc2abd07 Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with the new FOInputHandler in the fo package. 21 years ago
  William Victor Mote 359acc79fa move render.pdf.FontReader to fonts.FontReader 21 years ago
  William Victor Mote f9bee020b3 move the "common" property classes from layout to fo.properties, renaming them with a "Common" prefix 21 years ago
  William Victor Mote f57e3c697d 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object 21 years ago
  William Victor Mote 178c650dde 1. convert fo.FOTreeHandler to fire events when it completes a PageSequence or document object 21 years ago
  Glen Mazza d5dc8afb24 1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer. 21 years ago
  William Victor Mote 5db8037bd0 set up render(XMLReader, InputSource) as the main render() method, and normalize render(Document document) to this form. 21 years ago
  William Victor Mote c0dc4d099d fix minor checkstyle errors 21 years ago
  William Victor Mote 9b19c60f0d some javadoc changes 21 years ago
  Glen Mazza bb186499a7 Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer. 21 years ago
  Glen Mazza 7174dd884a Fix: setOptions() for AWTRenderer not being called. 21 years ago
  Glen Mazza 0b64aa5222 Removed empty setProducer() from AWTRenderer; can rely on base class. 21 years ago
  Glen Mazza 830c556f9e 1. To facilitate comprehension of the Renderer classes, added the remaining three methods in the Renderer interface to AbstractRenderer: startRenderer(), stopRenderer(), and setupFontInfo(). SetupFontInfo() remains abstract, the other two have blank definitions. 21 years ago
  Glen Mazza 6d1dd033e9 Safer handling of treebuilder variable within Driver.reset(), also Driver.setRenderer(renderer) will now set the rendererType variable when given an AWTRenderer. 21 years ago
  Glen Mazza cb7e2874f6 1) Command-line option -l now sets default locale for entire instance, not just that of AWTRenderer. 21 years ago
  Glen Mazza 692fe5b08f 1.) only partly implemented Run() function removed from InputHandler and its subclasses; Driver.Run(InputHandler) can be used instead; now all processing centralized in Driver class. 21 years ago
  Glen Mazza c136e1c893 PrinterJob setup and construction moved from Driver to AWTPrintRenderer class. AWTPrintRenderer now be instantiated without a PrinterJob object. (Pending: for embedded programming, may still wish to have a PrinterJob-based constructor for AWTPrintRenderer, or otherwise provide an accessor method to its PrinterJob object.) 21 years ago
  Glen Mazza 25b01542bd 1. Moved the XMLReader createParser() functionality from abstract class InputHandler to FOInputHandler. 21 years ago
  Glen Mazza 4683ade1a2 XSLTInputHandler reimplemented using TraxInputHandler code. TraxInputHandler removed. (Retaining XSLTInputHandler because of its technology-independent name, also probably the more used class of the two.) 21 years ago
  Glen Mazza f282a1ac99 Patch 21381: New "force" attribute added to FOP task, update to documentation. 21 years ago
  Glen Mazza 6c8c8d50c2 1.) Moved the business logic for determining which starter to create from apps.CommandLineOptions to apps.Fop; CLO is now Starter-free. 21 years ago
  William Victor Mote c8d24f1904 beef up the javadoc comments explaining what these classes do 21 years ago
  William Victor Mote da517bb3d2 move layoutmgr/LayoutHandler to fo/FOTreeHandler: 21 years ago
  William Victor Mote c00f349426 rename StructureHandler to FOInputHandler to clarify that its subclasses are handling data for output that is either structured or laid out 21 years ago
  Glen Mazza b48b32d7bb PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPrintRenderer needs is now created within Driver. 21 years ago
  Glen Mazza ed4a40351c Created a new overloaded method Driver.render(InputHandler), simplifies internal calls to the Driver class by centralizing parser initialization and InputSource extraction. 21 years ago
  William Victor Mote c5cdc4251d clean up some gump javadoc warnings 21 years ago
  William Victor Mote 3a5777c464 style changes only 21 years ago
  William Victor Mote 5d9bfe00be style changes only 21 years ago
  William Victor Mote 226929f6ac style changes only 21 years ago
  William Victor Mote 8dae4ba006 style changes only 21 years ago
  Glen Mazza 5dab5e4cda Inter-package references between fo.flow and fo.pagination removed by moving Flow and StaticContent classes to pagination package. 21 years ago
  William Victor Mote 7deb307225 style changes only 21 years ago
  William Victor Mote 8e8240aa94 style changes only 21 years ago
  William Victor Mote e0dcccbe17 cleanup some gump javadoc warnings 21 years ago
  William Victor Mote 9826116540 style changes only 21 years ago
  William Victor Mote 4d1ec1986d style changes only 21 years ago
  William Victor Mote 4e00146368 style changes only 21 years ago
  William Victor Mote 0998ab06a0 style changes only 21 years ago
  William Victor Mote 6a66af42ba remove unused local variables 21 years ago
  William Victor Mote 9b418cc52c style changes only 21 years ago
  William Victor Mote 37d821fb99 remove unused local variables in getInlineArea() 21 years ago
  William Victor Mote f68853e0f1 extract methods computeXOffset() and computeYOffset() from getInlineArea() 21 years ago
  William Victor Mote bf828cf9a7 style changes only 21 years ago
  William Victor Mote db82c905ba style changes only 21 years ago
  William Victor Mote 336fd027c9 style changes only 21 years ago
  William Victor Mote 5bf8b5c57e style changes only 21 years ago
  William Victor Mote d3da997ff0 extract methods nextDecimalPoint() and nextColor() from method next(), primarily to satisfy checkstyle's method size requirement 21 years ago