]> source.dussan.org Git - xmlgraphics-fop.git/commit
Initial upload of the visual testing facility. Docs in code. A Wiki page will follow...
authorJeremias Maerki <jeremias@apache.org>
Fri, 12 Aug 2005 13:58:52 +0000 (13:58 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 12 Aug 2005 13:58:52 +0000 (13:58 +0000)
commit9d9ff7ecdb911a61c1eaea6c42661e7132f05a2c
treefcfefc43f225df42e73d9b1b62d421de63b12e12
parent0a6c44e1bafc9c1c8d77858b18e5f37e2d07e7da
Initial upload of the visual testing facility. Docs in code. A Wiki page will follow shortly.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@232300 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
test/java/org/apache/fop/visual/AbstractBitmapProducer.java [new file with mode: 0644]
test/java/org/apache/fop/visual/AbstractPSPDFBitmapProducer.java [new file with mode: 0644]
test/java/org/apache/fop/visual/AbstractRedirectorLineHandler.java [new file with mode: 0644]
test/java/org/apache/fop/visual/BatchDiffer.java [new file with mode: 0644]
test/java/org/apache/fop/visual/BitmapComparator.java [new file with mode: 0644]
test/java/org/apache/fop/visual/BitmapProducer.java [new file with mode: 0644]
test/java/org/apache/fop/visual/BitmapProducerJava2D.java [new file with mode: 0644]
test/java/org/apache/fop/visual/BitmapProducerPDF.java [new file with mode: 0644]
test/java/org/apache/fop/visual/BitmapProducerPS.java [new file with mode: 0644]
test/java/org/apache/fop/visual/ConvertUtils.java [new file with mode: 0644]
test/java/org/apache/fop/visual/ProducerContext.java [new file with mode: 0644]
test/java/org/apache/fop/visual/RedirectorLineHandler.java [new file with mode: 0644]
test/java/org/apache/fop/visual/ReferenceBitmapLoader.java [new file with mode: 0644]
test/java/org/apache/fop/visual/StreamRedirector.java [new file with mode: 0644]