|
|||||||||
| Home >> All >> org >> apache >> batik >> transcoder >> [ image overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.transcoder.image
Class InputStreamTest

java.lang.Objectorg.apache.batik.test.AbstractTest
org.apache.batik.transcoder.image.AbstractImageTranscoderTest
org.apache.batik.transcoder.image.InputStreamTest
- All Implemented Interfaces:
- org.apache.batik.test.Test
- public class InputStreamTest
- extends AbstractImageTranscoderTest
Test the ImageTranscoder input with a InputStream.
- Version:
- $Id: InputStreamTest.java,v 1.5 2004/08/18 07:17:12 vhardy Exp $
| Nested Class Summary |
| Nested classes inherited from class org.apache.batik.transcoder.image.AbstractImageTranscoderTest |
AbstractImageTranscoderTest.DiffImageTranscoder |
| Field Summary | |
protected java.lang.String |
inputURI
The URI of the input image. |
protected java.lang.String |
refImageURI
The URI of the reference image. |
| Fields inherited from class org.apache.batik.transcoder.image.AbstractImageTranscoderTest |
DIFFERENCE_IMAGE, ERROR_IMAGE_DIFFER, ERROR_TRANSCODING, filename, report |
| Fields inherited from class org.apache.batik.test.AbstractTest |
id, name, parent |
| Constructor Summary | |
InputStreamTest(java.lang.String inputURI,
java.lang.String refImageURI)
Constructs a new InputStreamTest. |
|
| Method Summary | |
protected org.apache.batik.transcoder.TranscoderInput |
createTranscoderInput()
Creates the TranscoderInput. |
protected byte[] |
getReferenceImageData()
Returns the reference image for this test. |
| Methods inherited from class org.apache.batik.transcoder.image.AbstractImageTranscoderTest |
createBufferedImageData, createTranscodingHints, getImage, resolveURL, runImpl, toString |
| Methods inherited from class org.apache.batik.test.AbstractTest |
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getName, getParent, getQualifiedId, reportError, reportException, reportSuccess, run, runImplBasic, setId, setName, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
inputURI
protected java.lang.String inputURI
- The URI of the input image.
refImageURI
protected java.lang.String refImageURI
- The URI of the reference image.
| Constructor Detail |
InputStreamTest
public InputStreamTest(java.lang.String inputURI, java.lang.String refImageURI)
- Constructs a new InputStreamTest.
| Method Detail |
createTranscoderInput
protected org.apache.batik.transcoder.TranscoderInput createTranscoderInput()
- Creates the TranscoderInput.
- Specified by:
createTranscoderInputin classAbstractImageTranscoderTest
getReferenceImageData
protected byte[] getReferenceImageData()
- Returns the reference image for this test.
- Specified by:
getReferenceImageDatain classAbstractImageTranscoderTest
|
|||||||||
| Home >> All >> org >> apache >> batik >> transcoder >> [ image overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC