]> source.dussan.org Git - xmlgraphics-fop.git/commit
Resurrected AWT/Java2D renderer
authorJeremias Maerki <jeremias@apache.org>
Tue, 8 Mar 2005 11:47:55 +0000 (11:47 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 8 Mar 2005 11:47:55 +0000 (11:47 +0000)
commitc230af051c6cab4460cee8b8d7d1b985fac93c27
tree8e2aebc18fda280aacd1902264b1f1aec372acbe
parent2b60d0cdfdf3208e3d5650535b0d6a54129f1950
Resurrected AWT/Java2D renderer
Submitted by: Renaud Richardet <renaud.richardet.at.gmail.com>

Modifications to the patch:
- correct copyright years
- warning message when EPS files are used as images
- removed/commented hard-coded path names, should be improved by loading the image from an InputStream obtained throug the user agent
- Enabled loading images from the bitmap array coming from FopImage. There are hard-coded value which need to be fixed but they show the approach.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198472 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/awt/AWTGraphicsState.java [new file with mode: 0644]
src/java/org/apache/fop/render/awt/AWTRenderer.java
src/java/org/apache/fop/render/awt/RendererState.java [new file with mode: 0644]
src/java/org/apache/fop/render/awt/viewer/PreviewDialog.java