aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/svg
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused import to quieten Eclipse.Peter Bernard West2004-01-031-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197101 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused imports to quieten Eclipse.Peter Bernard West2004-01-031-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197100 13f79535-47bb-0310-9956-ffa450edef68
* Moved FontSetup and two helper classes from render.pdf to fonts package.Glen Mazza2003-12-122-7/+10
| | | | | | | | | | FontSetup has the PDF fonts as the default, but this class can be extended if/when another renderer needs its own font setups. (Cannot do this, however, for AWT's FontSetup at the moment, because its setup() has a different signature.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197031 13f79535-47bb-0310-9956-ffa450edef68
* Use different base class for user agentJeremias Maerki2003-11-071-18/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196989 13f79535-47bb-0310-9956-ffa450edef68
* Use different base class for user agent.Jeremias Maerki2003-11-071-63/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196988 13f79535-47bb-0310-9956-ffa450edef68
* Helper class for debugging in TextPaintersJeremias Maerki2003-11-071-0/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196987 13f79535-47bb-0310-9956-ffa450edef68
* Tom DeWeese's changes made;Glen Mazza2003-11-041-2/+14
| | | | | | | See: http://marc.theaimsgroup.com/?l=fop-dev&m=106795227230411&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196980 13f79535-47bb-0310-9956-ffa450edef68
* Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from ↵Glen Mazza2003-10-113-139/+75
| | | | | | | | | | | | latest CVS build, using Batik's "all-jar" target. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196955 13f79535-47bb-0310-9956-ffa450edef68
* Applied Thomas DeWeese's (Batik team) patches to the transcoder code.Glen Mazza2003-09-132-29/+13
| | | | | | | 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
* Changes to PDFTextPainter to accomodate new Batik library.Glen Mazza2003-09-091-7/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196898 13f79535-47bb-0310-9956-ffa450edef68
* remove global import statementsWilliam Victor Mote2003-09-082-13/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196891 13f79535-47bb-0310-9956-ffa450edef68
* move svg classes related to the FO Tree building from svg to fo/extensions/svgWilliam Victor Mote2003-08-284-700/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196871 13f79535-47bb-0310-9956-ffa450edef68
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration ↵William Victor Mote2003-08-222-1/+2
| | | | | | 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
* move control/Document to apps/DocumentWilliam Victor Mote2003-08-205-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196817 13f79535-47bb-0310-9956-ffa450edef68
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of ↵William Victor Mote2003-08-192-23/+34
| | | | | | | | | | 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
* 1. integrate Document and LayoutStrategy into workflowWilliam Victor Mote2003-08-152-16/+16
| | | | | | | 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
* move font constants from control.Document to fonts.FontWilliam Victor Mote2003-08-142-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196802 13f79535-47bb-0310-9956-ffa450edef68
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-142-23/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196800 13f79535-47bb-0310-9956-ffa450edef68
* move fonts.Font to fonts.Typeface (in preparation for moving ↵William Victor Mote2003-08-141-2/+2
| | | | | | layout.FontState to fonts.Font) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196799 13f79535-47bb-0310-9956-ffa450edef68
* 1. create control packageWilliam Victor Mote2003-08-145-52/+52
| | | | | | | 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
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with ↵Glen Mazza2003-08-122-3/+3
| | | | | | the new FOInputHandler in the fo package. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196792 13f79535-47bb-0310-9956-ffa450edef68
* 1.) only partly implemented Run() function removed from InputHandler and its ↵Glen Mazza2003-08-042-3/+3
| | | | | | | | | subclasses; Driver.Run(InputHandler) can be used instead; now all processing centralized in Driver class. 2.) getParserClassName() moved from Driver to (to be renamed) FOInputHandler; now the same class that provides the parser provides its description. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196771 13f79535-47bb-0310-9956-ffa450edef68
* style changes onlyWilliam Victor Mote2003-07-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196726 13f79535-47bb-0310-9956-ffa450edef68
* Reconfigured ElementMapping from an interface to an abstract base classGlen Mazza2003-07-121-24/+14
| | | | | | | | Removed FOTreeBuilder references from all ElementMapping subclasses Simplified FOTreeBuilder ElementMapping instantiation somewhat git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196687 13f79535-47bb-0310-9956-ffa450edef68
* Got some low hanging style errors as reported by eclipse.Joerg Pietschmann2003-06-301-29/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196551 13f79535-47bb-0310-9956-ffa450edef68
* Made source more friendly for Eclipse (and IDEs in general) Joerg Pietschmann2003-06-291-8/+1
| | | | | | | | | | | by using conditionally different files instead of source copy with filtering. Add either src/java-1.3 or src/java1.4 to your build path, depending on your JDK. Ant build should automatically choose the correct file - if the right files are comitted in the current mess, that is. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196539 13f79535-47bb-0310-9956-ffa450edef68
* Revert refactoring of Driver to Session. Files affected should be identical ↵William Victor Mote2003-06-172-23/+23
| | | | | | to that which is two revisions earlier (e.g. if 1.3 is being checked in here, it should be identical to 1.1). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196504 13f79535-47bb-0310-9956-ffa450edef68
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-172-23/+23
| | | | | | | | | 2. Fix all references to use Session instead of Driver. 3. Keep contents of "Services" class, but remove the class definition itself so that it can be used by both Driver and Session. 4. Deprecate Driver. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196503 13f79535-47bb-0310-9956-ffa450edef68
* Adjust to changes in Batik CVSJeremias Maerki2003-06-021-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196485 13f79535-47bb-0310-9956-ffa450edef68
* javadoc changes to clean up gump warnings.William Victor Mote2003-04-251-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196344 13f79535-47bb-0310-9956-ffa450edef68
* moved image drawing so drawing with size also worksKeiron Liddle2003-03-271-45/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196187 13f79535-47bb-0310-9956-ffa450edef68
* Adjust to changes in PDF library. Jeremias Maerki2003-03-271-29/+107
| | | | | | | Avalonize in a backwards-compatible way (optional logging and configuration). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196182 13f79535-47bb-0310-9956-ffa450edef68
* Adjust to changes in PDF library. Jeremias Maerki2003-03-271-44/+21
| | | | | | | Remove duplicate text encoding code now in PDFText. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196181 13f79535-47bb-0310-9956-ffa450edef68
* Moved common code to abstract base class. Jeremias Maerki2003-03-271-158/+30
| | | | | | | Optionally configurable using Avalon Configuration. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196179 13f79535-47bb-0310-9956-ffa450edef68
* Logging via Avalon Logger.Jeremias Maerki2003-03-271-6/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196178 13f79535-47bb-0310-9956-ffa450edef68
* Special SAXSVGDocumentFactory with the ability to set an arbitrary ↵Jeremias Maerki2003-03-271-0/+105
| | | | | | EntityResolver for Batik. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196177 13f79535-47bb-0310-9956-ffa450edef68
* Common base class for all of FOP's transcoders.Jeremias Maerki2003-03-271-0/+317
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196176 13f79535-47bb-0310-9956-ffa450edef68
* Make sure no NPE's are happening. (Setting a NullLogger for now. Revisiting ↵Jeremias Maerki2003-03-151-0/+1
| | | | | | next week.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196105 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE when content of an <a> element is empty.Jeremias Maerki2003-03-121-8/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196072 13f79535-47bb-0310-9956-ffa450edef68
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1116-0/+4756
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196061 13f79535-47bb-0310-9956-ffa450edef68