aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/awt/AWTPrintRenderer.java
Commit message (Collapse)AuthorAgeFilesLines
* Bugzilla: #33760Jeremias Maerki2005-06-091-121/+0
| | | | | | | | | | | Resurrected Java2D/AWT Renderer (including bitmap output to PNG and TIFF using the Batik codecs and print capability). Submitted by: Renaud Richardet <renaud.richardet.at.gmail.com> Changes on the original patch: - PageViewport: isResolved() caused a NPE which I fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198725 13f79535-47bb-0310-9956-ffa450edef68
* Applied Apache License Version 2.0 by following the instructions at ↵Jeremias Maerki2004-02-271-46/+14
| | | | | | http://www.apache.org/dev/apply-license.html. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197384 13f79535-47bb-0310-9956-ffa450edef68
* Document name switched from default "Java Printing" text to "FOP Document".Glen Mazza2003-10-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196952 13f79535-47bb-0310-9956-ffa450edef68
* Document paging within AWTRenderer & PreviewDialog activated (no content ↵Glen Mazza2003-08-301-2/+2
| | | | | | yet, just blank pages). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196877 13f79535-47bb-0310-9956-ffa450edef68
* Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer.Glen Mazza2003-08-101-1/+1
| | | | | | | | Gave the AWTRenderer access to the PrintViewer frame that displays the document. Moved rendering status messages from AWTStarter to AWTRenderer and PrintDialog. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196779 13f79535-47bb-0310-9956-ffa450edef68
* PrinterJob setup and construction moved from Driver to AWTPrintRenderer ↵Glen Mazza2003-08-021-14/+17
| | | | | | 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.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196770 13f79535-47bb-0310-9956-ffa450edef68
* PrintStarter simplified and then obsoleted; PrinterJob object that the ↵Glen Mazza2003-07-271-1/+1
| | | | | | AWTPrintRenderer needs is now created within Driver. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196749 13f79535-47bb-0310-9956-ffa450edef68
* Added new class render.awt.AWTPrintRenderer -- relocates PrintRenderer ↵Glen Mazza2003-07-101-0/+150
defined separately in PrintStarter and FopPrintServlet classes. Note: this renderer still not functional because parent class AWTRenderer is not finished in 1.0. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196684 13f79535-47bb-0310-9956-ffa450edef68