aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/util/GenerationHelperContentHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* My first attempt at implementing links was messed up. This second attempt ↵Jeremias Maerki2008-12-111-3/+47
| | | | | | | | actually works. Optimized IF serialization a bit: only real changes in the IF state are serialized to the IF (makes smaller files and results in higher performance). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@725690 13f79535-47bb-0310-9956-ffa450edef68
* Split IFPainter into IFDocumentHandler and IFPainter. This makes the ↵Jeremias Maerki2008-09-281-0/+106
implementation classes smaller, better allows to isolate the painting parts and helps with formats that generate one object per page (SVG, PNG etc.). Added ImageHandlerFactory to FopFactory. Started TIFF output in order to develop the Java2DPainter that will be needed for certain tasks when generating PCL. Tweaked the way XML is generated for IF and SVG output. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@699813 13f79535-47bb-0310-9956-ffa450edef68