aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/afp/modca/ObjectEnvironmentGroup.java
Commit message (Collapse)AuthorAgeFilesLines
* All AFP library classes without Renderer dependencies moved from ↵Adrian Cumiskey2008-10-271-173/+0
| | | | | | | | | | org.apache.fop.renderer.afp.* to org.apache.fop.afp.*. AbstractNamedAFPObject now truncates names to the last x characters of the name string instead of the first x (where x is the name length of the structured field). Removed redundant package org.apache.fop.store. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@708134 13f79535-47bb-0310-9956-ffa450edef68
* * Image positioning fix.Adrian Cumiskey2008-09-081-14/+17
| | | | | | | * Grayscaling of IOCA images fix. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@693092 13f79535-47bb-0310-9956-ffa450edef68
* ObjectContainer/IncludeObject structure fixes.Adrian Cumiskey2008-08-291-1/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@690345 13f79535-47bb-0310-9956-ffa450edef68
* * print-file level (default) resources are now immediately streamed and ↵Adrian Cumiskey2008-08-271-73/+34
| | | | | | | | | pages/page groups within document are written to temporary file as and when they are complete. * Repackaged IOCA and GOCA objects. * Image positioning still not correct and problem exists with images that are contained in an ObjectContainer. Work in progress... git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@689459 13f79535-47bb-0310-9956-ffa450edef68
* * Added new DataObjectFactory to take care of MO:DCA DataObject ↵Adrian Cumiskey2008-07-171-49/+13
| | | | | | | | | | | | | creation/instantiation. * Created a DataObjectCache which is now used to cache all resource objects such as images to a RandomAccessFile so all the memory isn't eaten by them during rendering. * Added new GraphicsObjectPainter class invoked by DataObjectFactory on creation of GraphicsObject. * Added Category and Type inner interfaces and handy copySF() to base AbstractAFPObject with more code reuse, simplifications/optimizations of writeStart() and writeEnd(). * SVG entry and isImage() isGraphic() convenience methods added to MO:DCA Registry. * Updated AFPSVGHandler to use similar fox:conversion-mode foreign attribute mechanism for bitmap painting fallback used by PCLRenderer and PDFRenderer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@677689 13f79535-47bb-0310-9956-ffa450edef68
* * Created new AreaObjectInfo class POJO to cleanup all this long parameter ↵Adrian Cumiskey2008-06-091-13/+9
| | | | | | | | | | passingthat seems to be going on. * convertToGrayscale() method changed so that it is performing an atomic function, again simplified/cleaned up parameter passing. * Fixed bug with handling TIFF images. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@664679 13f79535-47bb-0310-9956-ffa450edef68
* Further progress.Adrian Cumiskey2008-05-141-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@656249 13f79535-47bb-0310-9956-ffa450edef68
* Committing in preparation for trunk merge.Adrian Cumiskey2008-03-271-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@641873 13f79535-47bb-0310-9956-ffa450edef68
* * Added an SVG handler and Graphics2D implementation for AFP which injects ↵Adrian Cumiskey2007-12-121-77/+70
| | | | | | | | | | AFP GOCA structured fields into the AFPDataStream. * Fixed many checkstyle problems. * Updated xmlgraphics-commons-1.3svn.jar to include changes to TextHandler git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@603590 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #43041:Jeremias Maerki2007-10-051-17/+20
| | | | | | | | | | | Added a configuration setting for the renderer/device resolution to the AFP renderer. Many Checkstyle violations fixed. Submitted by: Adrian Cumiskey <dev.at.cumiskey.com> Changes to the patch by jeremias: - Bugfix: SVGs were rendered in the wrong size when the target-resolution and the renderer-resolution differ. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@582131 13f79535-47bb-0310-9956-ffa450edef68
* Changed license headers and updated NOTICE file according to: ↵Jeremias Maerki2006-07-281-5/+6
| | | | | | http://www.apache.org/legal/src-headers.html git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@426576 13f79535-47bb-0310-9956-ffa450edef68
* Promoting the AFP renderer from sandbox to the main source tree.Jeremias Maerki2006-07-241-0/+194
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@425037 13f79535-47bb-0310-9956-ffa450edef68