]> source.dussan.org Git - xmlgraphics-fop.git/log
xmlgraphics-fop.git
21 years agoapply patch submitted by Jeff Turner to get FOP's site working with Forrest 0.5 ...
William Victor Mote [Sat, 13 Sep 2003 19:44:22 +0000 (19:44 +0000)]
apply patch submitted by Jeff Turner to get FOP's site working with Forrest 0.5 -- see http://marc.theaimsgroup.com/?l=fop-dev&m=106327974618690&w=2

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196904 13f79535-47bb-0310-9956-ffa450edef68

21 years agoLink to XSLTC getting started page added.
Glen Mazza [Sat, 13 Sep 2003 14:51:19 +0000 (14:51 +0000)]
Link to XSLTC getting started page added.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196903 13f79535-47bb-0310-9956-ffa450edef68

21 years agoApplied Thomas DeWeese's (Batik team) patches to the transcoder code.
Glen Mazza [Sat, 13 Sep 2003 14:23:40 +0000 (14:23 +0000)]
Applied Thomas DeWeese's (Batik team) patches to the transcoder code.
patch info: http://marc.theaimsgroup.com/?l=fop-dev&m=106318855328310&w=2

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196902 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. tie the LMIter objects to their LM "parent"
William Victor Mote [Fri, 12 Sep 2003 18:57:34 +0000 (18:57 +0000)]
1. tie the LMIter objects to their LM "parent"
2. tie the PageLayoutManager object to its parent LayoutManagerLS
3. create methods for going up the LM tree to get to the LayoutManagerLS
4. store an AddLMVisitor object in LayoutManagerLS so that subclasses can be stored there and used instead of AddLMVisitor itself (so that third-party users can subclass instead of modifying AddLMVisitor)
5. use the stored AddLMVisitor instead of creating one for each LMIter
6. add some accessor methods to AddLMVisitor so that subclasses can use Lists stored therein

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196901 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadd InlineAreaVisitor interface to make Area Tree more independent of Rendering
William Victor Mote [Wed, 10 Sep 2003 18:42:22 +0000 (18:42 +0000)]
add InlineAreaVisitor interface to make Area Tree more independent of Rendering

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196900 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove unneeded reference to Renderer from within the area package
William Victor Mote [Wed, 10 Sep 2003 06:25:36 +0000 (06:25 +0000)]
remove unneeded reference to Renderer from within the area package

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196899 13f79535-47bb-0310-9956-ffa450edef68

21 years agoChanges to PDFTextPainter to accomodate new Batik library.
Glen Mazza [Tue, 9 Sep 2003 19:44:22 +0000 (19:44 +0000)]
Changes to PDFTextPainter to accomodate new Batik library.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196898 13f79535-47bb-0310-9956-ffa450edef68

21 years agoChanges to PSTextPainter to accomodate new Batik library.
Glen Mazza [Tue, 9 Sep 2003 19:43:49 +0000 (19:43 +0000)]
Changes to PSTextPainter to accomodate new Batik library.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196897 13f79535-47bb-0310-9956-ffa450edef68

21 years agoNightly build version to accomodate new Batik API changes.
Glen Mazza [Tue, 9 Sep 2003 19:06:36 +0000 (19:06 +0000)]
Nightly build version to accomodate new Batik API changes.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196896 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadd support for font-size and font-weight, as per patch from Peter Herweg (mailto...
William Victor Mote [Tue, 9 Sep 2003 14:31:08 +0000 (14:31 +0000)]
add support for font-size and font-weight, as per patch from Peter Herweg (mailto:pherweg@web.de)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196893 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove global import statements
William Victor Mote [Mon, 8 Sep 2003 17:00:56 +0000 (17:00 +0000)]
remove global import statements

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196891 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove extraneous import statement
William Victor Mote [Mon, 8 Sep 2003 16:32:01 +0000 (16:32 +0000)]
remove extraneous import statement

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196890 13f79535-47bb-0310-9956-ffa450edef68

21 years agoMoved three committers to inactive status.
Glen Mazza [Thu, 4 Sep 2003 05:15:07 +0000 (05:15 +0000)]
Moved three committers to inactive status.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196889 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemove storage of apps/FOUserAgent from fo/FONode in favor of storing it once in...
William Victor Mote [Tue, 2 Sep 2003 13:56:40 +0000 (13:56 +0000)]
Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once in a higher level class (currently Driver), and accessing it from there. Cleaner design, uses less memory, at the expense of some additional processing time to come up the tree to find the information.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196888 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemove all storage of fo/FOInputHandler from within the FO Tree itself, in favor...
William Victor Mote [Tue, 2 Sep 2003 01:31:36 +0000 (01:31 +0000)]
Remove all storage of fo/FOInputHandler from within the FO Tree itself, in favor of storing it one time in apps/Document and getting it from there when needed. Makes everything cleaner, and uses less memory, at the probable expense of some processing time (to go up the tree to get to Document).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196887 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove storage of ID references from fo/FOInputHandler to fo/FOTreeControl (implemented...
William Victor Mote [Mon, 1 Sep 2003 19:21:07 +0000 (19:21 +0000)]
move storage of ID references from fo/FOInputHandler to fo/FOTreeControl (implemented in apps/Document)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196886 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove some convoluted and unnecessary logic -- we already know the Document that...
William Victor Mote [Mon, 1 Sep 2003 18:48:10 +0000 (18:48 +0000)]
remove some convoluted and unnecessary logic -- we already know the Document that is being processed

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196885 13f79535-47bb-0310-9956-ffa450edef68

21 years agocheckstyle/javadoc changes only
William Victor Mote [Mon, 1 Sep 2003 18:33:05 +0000 (18:33 +0000)]
checkstyle/javadoc changes only

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196884 13f79535-47bb-0310-9956-ffa450edef68

21 years agoclean up some gump javadoc warnings
William Victor Mote [Mon, 1 Sep 2003 14:19:35 +0000 (14:19 +0000)]
clean up some gump javadoc warnings

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196883 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. reduce visibility of many classes
William Victor Mote [Mon, 1 Sep 2003 14:11:51 +0000 (14:11 +0000)]
1. reduce visibility of many classes
2. some style/javadoc changes

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196882 13f79535-47bb-0310-9956-ffa450edef68

21 years agostyle/javadoc changes only
William Victor Mote [Mon, 1 Sep 2003 13:42:35 +0000 (13:42 +0000)]
style/javadoc changes only

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196881 13f79535-47bb-0310-9956-ffa450edef68

21 years agostyle/javadoc changes only
William Victor Mote [Mon, 1 Sep 2003 13:31:24 +0000 (13:31 +0000)]
style/javadoc changes only

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196880 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadd comments about current implementation of block-container object, submitted by...
William Victor Mote [Mon, 1 Sep 2003 12:15:52 +0000 (12:15 +0000)]
add comments about current implementation of block-container object, submitted by Chris Bowditch [bowditch_chris@hotmail.com]; see
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22811

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196879 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. Partial implementation of fo:region-xxx and background-color property
Glen Mazza [Mon, 1 Sep 2003 01:28:51 +0000 (01:28 +0000)]
1.  Partial implementation of fo:region-xxx and background-color property
in AWTRenderer.

2.  ColorType has a new getAWTColor() method, also alpha() function renamed
to getAlpha(). Definition of Alpha values switched to make consistent with
java.awt.Color (i.e., 0 is transparent and 1 is opaque).

3.  AbstractRenderer's handleViewportTraits() renamed to handleRegionTraits()
to lesson confusion (FOP has three types of viewports--
Page, Region, and Block--handleViewportTraits() was only good for Region.)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196878 13f79535-47bb-0310-9956-ffa450edef68

21 years agoDocument paging within AWTRenderer & PreviewDialog activated (no content yet, just...
Glen Mazza [Sat, 30 Aug 2003 21:14:52 +0000 (21:14 +0000)]
Document paging within AWTRenderer & PreviewDialog activated (no content yet, just blank pages).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196877 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. move some data structures related to used glyphs from fonts/MultiByteFont to super...
William Victor Mote [Sat, 30 Aug 2003 18:52:35 +0000 (18:52 +0000)]
1. move some data structures related to used glyphs from fonts/MultiByteFont to superclass fonts/CIDFont
2. move getSubsetWidths() from fonts/CIDFont (and subclass) to pdf/PDFFactory

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196876 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove todo item for disconnecting image processing from pdf
William Victor Mote [Sat, 30 Aug 2003 18:05:24 +0000 (18:05 +0000)]
remove todo item for disconnecting image processing from pdf

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196875 13f79535-47bb-0310-9956-ffa450edef68

21 years agofor generic FOP image processing (i.e. not related to rendering), use java.awt.Color...
William Victor Mote [Sat, 30 Aug 2003 17:59:54 +0000 (17:59 +0000)]
for generic FOP image processing (i.e. not related to rendering), use java.awt.Color instead of pdf.PDFColor

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196874 13f79535-47bb-0310-9956-ffa450edef68

21 years agostore a collection of StaticContentLayoutManager objects, keyed by flow-name, to...
William Victor Mote [Fri, 29 Aug 2003 20:02:11 +0000 (20:02 +0000)]
store a collection of StaticContentLayoutManager objects, keyed by flow-name, to be used instead of creating new ones each time one is needed

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196873 13f79535-47bb-0310-9956-ffa450edef68

21 years ago(Very) initial steps in activating AWTRenderer & PreviewDialog in 1.0 (creating outer...
Glen Mazza [Thu, 28 Aug 2003 23:43:50 +0000 (23:43 +0000)]
(Very) initial steps in activating AWTRenderer & PreviewDialog in 1.0 (creating outer page).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196872 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove svg classes related to the FO Tree building from svg to fo/extensions/svg
William Victor Mote [Thu, 28 Aug 2003 19:49:45 +0000 (19:49 +0000)]
move svg classes related to the FO Tree building from svg to fo/extensions/svg

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196871 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove layoutmgr/MinOptMax to traits/MinOptMax
William Victor Mote [Thu, 28 Aug 2003 19:08:59 +0000 (19:08 +0000)]
move layoutmgr/MinOptMax to traits/MinOptMax

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196870 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutManager...
William Victor Mote [Thu, 28 Aug 2003 18:03:13 +0000 (18:03 +0000)]
move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutManager.getStaticContentLayoutManager()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196869 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove renderXML() from apps/FOUserAgent to render/AbstractRenderer
William Victor Mote [Thu, 28 Aug 2003 17:27:42 +0000 (17:27 +0000)]
move renderXML() from apps/FOUserAgent to render/AbstractRenderer

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196868 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to render/Abstr...
William Victor Mote [Thu, 28 Aug 2003 17:13:22 +0000 (17:13 +0000)]
move setDefaultXMLHandler() and addXMLHandler() from apps/FOUserAgent to render/AbstractRenderer

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196867 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS
William Victor Mote [Wed, 27 Aug 2003 19:00:10 +0000 (19:00 +0000)]
move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196866 13f79535-47bb-0310-9956-ffa450edef68

21 years agomake some classes more readable by reversing the sense of some conditional logic
William Victor Mote [Wed, 27 Aug 2003 18:35:21 +0000 (18:35 +0000)]
make some classes more readable by reversing the sense of some conditional logic

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196865 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove region code from /area/RegionReference in favor of those in fo/pagination...
William Victor Mote [Wed, 27 Aug 2003 18:14:46 +0000 (18:14 +0000)]
remove region code from /area/RegionReference in favor of those in fo/pagination/Region

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196864 13f79535-47bb-0310-9956-ffa450edef68

21 years agoduplicate the area.RegionReference region codes in fo/pagination/Region, and use...
William Victor Mote [Wed, 27 Aug 2003 17:51:16 +0000 (17:51 +0000)]
duplicate the area.RegionReference region codes in fo/pagination/Region, and use the codes in Region from within the Region subclasses

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196863 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager
William Victor Mote [Wed, 27 Aug 2003 15:55:34 +0000 (15:55 +0000)]
move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196862 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayoutManager...
William Victor Mote [Wed, 27 Aug 2003 15:33:59 +0000 (15:33 +0000)]
1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayoutManager.makeRegionReferenceArea()
2. move fo/pagination/RegionBody.makeRegionReferenceArea() layoutmgr/PageLayoutManager.makeRegionBodyReferenceArea()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196861 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Region...
William Victor Mote [Wed, 27 Aug 2003 01:51:06 +0000 (01:51 +0000)]
move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Region to layoutmgr/PageLayoutManager

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196860 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove remaining references to layout/PageMaster (all unused), and remove the class...
William Victor Mote [Wed, 27 Aug 2003 01:23:59 +0000 (01:23 +0000)]
remove remaining references to layout/PageMaster (all unused), and remove the class itself

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196859 13f79535-47bb-0310-9956-ffa450edef68

21 years agoinstead of storing and cloning page reference-area and viewport objects for each...
William Victor Mote [Wed, 27 Aug 2003 01:13:44 +0000 (01:13 +0000)]
instead of storing and cloning page reference-area and viewport objects for each SimplePageMaster, create them on the fly (there will shortly be no convenient place to store the templates, and any performance benefit to cloning would appear to be small)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196858 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. extract method getSimpleMasterPageToUse()
William Victor Mote [Wed, 27 Aug 2003 00:36:14 +0000 (00:36 +0000)]
1. extract method getSimpleMasterPageToUse()
2. clean up signature for createPage()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196857 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove unused method
William Victor Mote [Wed, 27 Aug 2003 00:10:39 +0000 (00:10 +0000)]
remove unused method

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196856 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove field that tracks which SimplePageMaster to use (currentSimplePageMaster) from...
William Victor Mote [Wed, 27 Aug 2003 00:01:14 +0000 (00:01 +0000)]
move field that tracks which SimplePageMaster to use (currentSimplePageMaster) from fo/pagination/PageSequence to layoutmgr/PageLayoutManager

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196855 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove unused imports
William Victor Mote [Tue, 26 Aug 2003 22:22:37 +0000 (22:22 +0000)]
remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196854 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutManager...
William Victor Mote [Tue, 26 Aug 2003 22:11:17 +0000 (22:11 +0000)]
move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutManager.createSimplePageMasterAreas()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196853 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdate to indicate the border-collapse property is partially implemented (instead...
Glen Mazza [Tue, 26 Aug 2003 21:56:28 +0000 (21:56 +0000)]
Update to indicate the border-collapse property is partially implemented (instead of not implemented.)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196852 13f79535-47bb-0310-9956-ffa450edef68

21 years agoUpdated the tables-collapse property on several tables from "separate" to "collapse".
Glen Mazza [Tue, 26 Aug 2003 21:52:39 +0000 (21:52 +0000)]
Updated the tables-collapse property on several tables from "separate" to "collapse".

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196851 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManager
William Victor Mote [Tue, 26 Aug 2003 20:32:26 +0000 (20:32 +0000)]
move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManager

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196850 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. make fo/flow/Table.columns store fo columns instead of column layout managers
William Victor Mote [Tue, 26 Aug 2003 19:51:20 +0000 (19:51 +0000)]
1. make fo/flow/Table.columns store fo columns instead of column layout managers
2. move fo/flow/TableColumn.getLayoutManager() to layoutmgr/AddLMVisitor.getTableColumnLayoutManager()
3. have layoutmgr/AddLMVisitor.serveVisitor(Table node) loop through the fo/flow/Table.columns collection and build its layout manager collection from it

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196849 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove unused import
William Victor Mote [Tue, 26 Aug 2003 19:31:14 +0000 (19:31 +0000)]
remove unused import

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196848 13f79535-47bb-0310-9956-ffa450edef68

21 years agodon't try to create bookmarks in output unless there are some in the input (getting...
William Victor Mote [Tue, 26 Aug 2003 19:28:46 +0000 (19:28 +0000)]
don't try to create bookmarks in output unless there are some in the input (getting NPE)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196847 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove invalid imports
William Victor Mote [Tue, 26 Aug 2003 18:10:59 +0000 (18:10 +0000)]
remove invalid imports

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196846 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove extensions package to fo.extensions (primarily to show that these classes are...
William Victor Mote [Tue, 26 Aug 2003 17:17:59 +0000 (17:17 +0000)]
move extensions package to fo.extensions (primarily to show that these classes are only related to the FO Tree itself)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196845 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove unused field
William Victor Mote [Tue, 26 Aug 2003 16:58:57 +0000 (16:58 +0000)]
remove unused field

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196844 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.getPageNumb...
William Victor Mote [Tue, 26 Aug 2003 16:48:28 +0000 (16:48 +0000)]
move fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.getPageNumberCitationInlineArea()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196843 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove unused field
William Victor Mote [Tue, 26 Aug 2003 15:49:22 +0000 (15:49 +0000)]
remove unused field

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196842 13f79535-47bb-0310-9956-ffa450edef68

21 years agochange cryptic method name
William Victor Mote [Tue, 26 Aug 2003 15:05:33 +0000 (15:05 +0000)]
change cryptic method name

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196841 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/flow/ListItemLabel.getItemLayoutManager() to layoutmgr/AddLMVisitor.getListIt...
William Victor Mote [Tue, 26 Aug 2003 14:35:42 +0000 (14:35 +0000)]
move fo/flow/ListItemLabel.getItemLayoutManager() to layoutmgr/AddLMVisitor.getListItemLabelLayoutManager()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196840 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove unused import
William Victor Mote [Mon, 25 Aug 2003 18:19:03 +0000 (18:19 +0000)]
remove unused import

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196839 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/flow/ListItemBody.getItemLayoutManager() to layoutmgr/AddLMVisitor.getListIte...
William Victor Mote [Mon, 25 Aug 2003 18:10:30 +0000 (18:10 +0000)]
move fo/flow/ListItemBody.getItemLayoutManager() to layoutmgr/AddLMVisitor.getListItemBodyLayoutManager()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196838 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/flow/Leader.getAllocIPD() to layoutmgr/AddLMVisitor.getLeaderAllocIPD()
William Victor Mote [Mon, 25 Aug 2003 17:06:46 +0000 (17:06 +0000)]
move fo/flow/Leader.getAllocIPD() to layoutmgr/AddLMVisitor.getLeaderAllocIPD()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196837 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove unneeded field fo/flow/Leader.leaderArea
William Victor Mote [Mon, 25 Aug 2003 15:37:03 +0000 (15:37 +0000)]
remove unneeded field fo/flow/Leader.leaderArea

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196836 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisitor.getIF...
William Victor Mote [Sun, 24 Aug 2003 22:15:51 +0000 (22:15 +0000)]
1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisitor.getIFOInlineArea()
2. remove unneeded field fo/flow/InstreamForeignObject.areaCurrent

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196835 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/flow/ExternalGraphic.getInlineArea() to layoutmgr/AddLMVisitor.getExternalGra...
William Victor Mote [Sun, 24 Aug 2003 19:22:59 +0000 (19:22 +0000)]
move fo/flow/ExternalGraphic.getInlineArea() to layoutmgr/AddLMVisitor.getExternalGraphicInlineArea()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196834 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/flow/Character.getInlineArea() to layoutmgr/AddLMVisitor.getCharacterInlineArea()
William Victor Mote [Sun, 24 Aug 2003 18:52:19 +0000 (18:52 +0000)]
move fo/flow/Character.getInlineArea() to layoutmgr/AddLMVisitor.getCharacterInlineArea()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196833 13f79535-47bb-0310-9956-ffa450edef68

21 years agomake area/CTM.getCTMandRelDims() more general by decoupling it from fo/PropertyManager
William Victor Mote [Sun, 24 Aug 2003 18:04:07 +0000 (18:04 +0000)]
make area/CTM.getCTMandRelDims() more general by decoupling it from fo/PropertyManager

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196832 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove property resolution logic from area/CTM.getCTMandRelDims() back to fo/PropertyMa...
William Victor Mote [Sun, 24 Aug 2003 17:46:10 +0000 (17:46 +0000)]
move property resolution logic from area/CTM.getCTMandRelDims() back to fo/PropertyManager

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196831 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadd workaround for property absolute-position not implemented
William Victor Mote [Sun, 24 Aug 2003 17:11:34 +0000 (17:11 +0000)]
add workaround for property absolute-position not implemented

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196830 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), adding...
William Victor Mote [Sat, 23 Aug 2003 19:26:30 +0000 (19:26 +0000)]
move fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), adding PropertyManager as a parameter, and making the method static.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196829 13f79535-47bb-0310-9956-ffa450edef68

21 years agoclean up some gump javadoc warnings
William Victor Mote [Sat, 23 Aug 2003 17:38:13 +0000 (17:38 +0000)]
clean up some gump javadoc warnings

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196828 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove fo/FOUserAgent to apps/FOUserAgent, as it manages configuration information...
William Victor Mote [Fri, 22 Aug 2003 17:42:42 +0000 (17:42 +0000)]
move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration information for the application as a whole

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196827 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. move renderer initialization work from FOTreeHandler to Driver
William Victor Mote [Fri, 22 Aug 2003 17:21:48 +0000 (17:21 +0000)]
1. move renderer initialization work from FOTreeHandler to Driver
2. clean up related FOTreeHandler constructor

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196826 13f79535-47bb-0310-9956-ffa450edef68

21 years agostyle changes only
William Victor Mote [Fri, 22 Aug 2003 06:27:34 +0000 (06:27 +0000)]
style changes only

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196825 13f79535-47bb-0310-9956-ffa450edef68

21 years agostyle/javadoc changes only
William Victor Mote [Fri, 22 Aug 2003 05:43:45 +0000 (05:43 +0000)]
style/javadoc changes only

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196824 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. remove unused field
William Victor Mote [Fri, 22 Aug 2003 05:43:27 +0000 (05:43 +0000)]
1. remove unused field
2. some checkstyle/javadoc changes

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196823 13f79535-47bb-0310-9956-ffa450edef68

21 years agostyle/javadoc changes only
William Victor Mote [Thu, 21 Aug 2003 19:22:21 +0000 (19:22 +0000)]
style/javadoc changes only

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196822 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove extensions/Outline.getData() to layoutmgr/LayoutManagerLS.createBookmarkData()
William Victor Mote [Thu, 21 Aug 2003 19:01:24 +0000 (19:01 +0000)]
move extensions/Outline.getData() to layoutmgr/LayoutManagerLS.createBookmarkData()

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196821 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove extensions/BookmarkData to area/extensions/BookmarkData
William Victor Mote [Thu, 21 Aug 2003 18:17:49 +0000 (18:17 +0000)]
move extensions/BookmarkData to area/extensions/BookmarkData

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196820 13f79535-47bb-0310-9956-ffa450edef68

21 years agoExamples 8-11 added to check:
Glen Mazza [Wed, 20 Aug 2003 22:04:51 +0000 (22:04 +0000)]
Examples 8-11 added to check:
1) implementation of border properties (border-color,
border-width, border-style, etc.) at the fo:table-row and fo:table-column level.
2) border property conflict resolutions as defined in CSS2 standard at
http://www.w3.org/TR/REC-CSS2/tables.html#border-conflict-resolution

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196819 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove logic for creating bookmarks/outlines in the area tree from extensions/Bookmarks...
William Victor Mote [Wed, 20 Aug 2003 19:46:47 +0000 (19:46 +0000)]
move logic for creating bookmarks/outlines in the area tree from extensions/Bookmarks to layoutmgr/LayoutManagerLS

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196818 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove control/Document to apps/Document
William Victor Mote [Wed, 20 Aug 2003 18:09:46 +0000 (18:09 +0000)]
move control/Document to apps/Document

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196817 13f79535-47bb-0310-9956-ffa450edef68

21 years agostyle/javadoc changes only
William Victor Mote [Wed, 20 Aug 2003 17:56:24 +0000 (17:56 +0000)]
style/javadoc changes only

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196816 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove startup of laying out a PageSequence from PageSequence.format() and Document...
William Victor Mote [Wed, 20 Aug 2003 17:25:44 +0000 (17:25 +0000)]
move startup of laying out a PageSequence from PageSequence.format() and Document.foPageSequenceComplete to the LayoutStrategy implementation (layoutmgr/LayoutManagerLS)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196815 13f79535-47bb-0310-9956-ffa450edef68

21 years agomove some fields and methods from Driver to Document
William Victor Mote [Wed, 20 Aug 2003 16:35:27 +0000 (16:35 +0000)]
move some fields and methods from Driver to Document

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196814 13f79535-47bb-0310-9956-ffa450edef68

21 years agoDeprecated (since mid-2001) setRenderer(rendererClassName, version) method removed.
Glen Mazza [Tue, 19 Aug 2003 22:17:57 +0000 (22:17 +0000)]
Deprecated (since mid-2001) setRenderer(rendererClassName, version) method removed.
Fix to Bug 22561:  Driver.run() incorrectly setting output type to PDF for the structure (MIF and RTF) types.
Submitted by: Michael Cosby (michael at cosby dot dhs dot org).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196813 13f79535-47bb-0310-9956-ffa450edef68

21 years agomore FO Tree isolation work
William Victor Mote [Tue, 19 Aug 2003 06:54:31 +0000 (06:54 +0000)]
more FO Tree isolation work

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196812 13f79535-47bb-0310-9956-ffa450edef68

21 years agocreate fo/FOTreeControl interface, and make control/Document implement it, to further...
William Victor Mote [Tue, 19 Aug 2003 05:19:21 +0000 (05:19 +0000)]
create fo/FOTreeControl interface, and make control/Document implement it, to further encapsulate the FO Tree

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196811 13f79535-47bb-0310-9956-ffa450edef68

21 years agoremove unused interface
William Victor Mote [Tue, 19 Aug 2003 04:34:34 +0000 (04:34 +0000)]
remove unused interface

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196810 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visitor conce...
William Victor Mote [Tue, 19 Aug 2003 00:53:55 +0000 (00:53 +0000)]
1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visitor concept, see item 2)
2. Add fo/FOTreeVisitor and layoutmgr/AddLMVisitor
3. Remove all occurrences of addLayoutManager in fo/FObj subclasses, replacing them with equivalent methods in AddLMVisitor

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196809 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. tie Document to fo.FOTreeBuilder and fo.pagination.Root
William Victor Mote [Sat, 16 Aug 2003 06:43:51 +0000 (06:43 +0000)]
1. tie Document to fo.FOTreeBuilder and fo.pagination.Root
2. add getDocument() method to FONode (using this.parent for all nodes except Root)
3. start using getDocument() to gain access to font collections stored in Document

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196808 13f79535-47bb-0310-9956-ffa450edef68

21 years agoRemoved error message when logger not explicitly set; Driver will continue to use...
Glen Mazza [Fri, 15 Aug 2003 20:37:51 +0000 (20:37 +0000)]
Removed error message when logger not explicitly set; Driver will continue to use ConsoleLogger as default in such circumstances.  (Allows for coding simple command-line processes without needing to explicitly code in Avalon ConsoleLoggers)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196806 13f79535-47bb-0310-9956-ffa450edef68

21 years agoadd back test to make sure a renderer is present, which is needed for StructureRenderers
William Victor Mote [Fri, 15 Aug 2003 18:53:18 +0000 (18:53 +0000)]
add back test to make sure a renderer is present, which is needed for StructureRenderers

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196805 13f79535-47bb-0310-9956-ffa450edef68

21 years agoget generated font files to use new Typeface class name
William Victor Mote [Fri, 15 Aug 2003 18:08:23 +0000 (18:08 +0000)]
get generated font files to use new Typeface class name

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196804 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. integrate Document and LayoutStrategy into workflow
William Victor Mote [Fri, 15 Aug 2003 15:52:10 +0000 (15:52 +0000)]
1. integrate Document and LayoutStrategy into workflow
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

21 years agomove font constants from control.Document to fonts.Font
William Victor Mote [Thu, 14 Aug 2003 19:16:41 +0000 (19:16 +0000)]
move font constants from control.Document to fonts.Font

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196802 13f79535-47bb-0310-9956-ffa450edef68

21 years ago1. add infrastructure for LayoutStrategy
William Victor Mote [Thu, 14 Aug 2003 18:53:29 +0000 (18:53 +0000)]
1. add infrastructure for LayoutStrategy
2. add infrastructure for move of layoutmgr logic out of fo package

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196801 13f79535-47bb-0310-9956-ffa450edef68