aboutsummaryrefslogtreecommitdiffstats
path: root/src/sandbox/org/apache/fop/render/afp
Commit message (Collapse)AuthorAgeFilesLines
* Promoting the AFP renderer from sandbox to the main source tree.Jeremias Maerki2006-07-2466-13030/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@425037 13f79535-47bb-0310-9956-ffa450edef68
* Re-routing SVG painting to the Graphics2DAdapter and teach the latter to ↵Jeremias Maerki2006-06-294-147/+75
| | | | | | | | | respect the renderer's colorImages setting. Removed obsolete SVGConverter. This fixes painting SVG at a hard-coded resolution. Now uses the target resolution from the user agent. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@417984 13f79535-47bb-0310-9956-ffa450edef68
* Fixed (another) NPE in AFP RendererManuel Mall2006-06-281-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@417794 13f79535-47bb-0310-9956-ffa450edef68
* Fixed possible NPE in AFP RendererManuel Mall2006-06-261-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@417195 13f79535-47bb-0310-9956-ffa450edef68
* Several bug fixes in PCLRenderer (border painting mostly).Jeremias Maerki2006-05-171-1/+1
| | | | | | | | Option in AbstractGraphics2DAdapter to work with or without alpha. Text Setup changed to the Java2D model. Custom font painting is now done through Java2D as bitmaps for all fonts which are not supported by the pre-defined set. This was done as a shortcut for full-fledged TrueType support which seems to be a little complicated in PCL. BTW, Microsoft PCL printer drivers do the same, i.e. paint text as bitmaps. Image printing refined, but my attempt at handling bitmasked images (transparency) didn't work out. While the previewers did the expected thing, the printer hardware flat-out ignored it, so it's disabled now. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@407277 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring in the XML handling area which results in more code reuse ↵Jeremias Maerki2006-05-034-11/+166
| | | | | | | | | | and less redundancy. Support for i-f-o for the AFPRenderer including a Graphics2DAdapter so extensions like Barcode4J can paint barcodes more efficiently (i.e. not via SVG). The SVGConverter class could now be removed except for the writeImage() method because the same functionality is now covered by the Graphics2DAdapter via renderDocument() in the renderer. PCL and AFP now use practically the same extension painting code (both render to bitmap images). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@399306 13f79535-47bb-0310-9956-ffa450edef68
* Removed deprecated renderCharacter method from AFP Renderer and replaced ↵Manuel Mall2006-05-036-278/+40
| | | | | | AFPColor class with java.awt.Color in line with the rest of FOP git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@399286 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #38946:Jeremias Maerki2006-05-032-31/+16
| | | | | | | First step for improved color handling. FOP's own ColorType was replaced with java.awt.Color throughout the codebase. Submitted by: Max Berger <max.at.berger.name> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@399185 13f79535-47bb-0310-9956-ffa450edef68
* Some cleanup of the AFP Renderer code (tab char removal and a few other ↵Manuel Mall2006-04-2818-137/+143
| | | | | | things). Changed AFP extension namespace to http://xmlgraphics.apache.org/fop/extensions/afp. Added another missing file. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@397875 13f79535-47bb-0310-9956-ffa450edef68
* More missing AFP Renderer files as identified by JMManuel Mall2006-04-272-0/+178
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@397567 13f79535-47bb-0310-9956-ffa450edef68
* Missing AFP Renderer file as identified by JMManuel Mall2006-04-271-0/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@397564 13f79535-47bb-0310-9956-ffa450edef68
* AFP Renderer as per IP clearance ↵Manuel Mall2006-04-2762-0/+12947
(http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/200604.mbox/%3c20060426085421.B456.DEV@jeremias-maerki.ch%3e) plus some further corrections and changes made by manuel@apache.org since git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@397562 13f79535-47bb-0310-9956-ffa450edef68