|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TranscoderException | |
org.apache.batik.refimpl.transcoder | |
org.apache.batik.transcoder | Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. |
Uses of TranscoderException in org.apache.batik.refimpl.transcoder |
Methods in org.apache.batik.refimpl.transcoder that throw TranscoderException | |
void |
AbstractTranscoder.transcodeToStream(InputSource isource,
java.io.OutputStream ostream)
Creates a Document using the specified isource and call the transcodeToStream(Document, OutputStream). |
void |
ImageTranscoder.transcodeToStream(Document document,
java.io.OutputStream ostream)
|
Uses of TranscoderException in org.apache.batik.transcoder |
Methods in org.apache.batik.transcoder that throw TranscoderException | |
void |
Transcoder.transcodeToStream(InputSource isource,
java.io.OutputStream ostream)
Transcodes the specified input and write the result to the specified output. |
void |
Transcoder.transcodeToStream(Document document,
java.io.OutputStream ostream)
Transcodes the specified document and write the result to the specified output. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |