Uses of Class
org.apache.batik.transcoder.TranscoderException

Packages that use TranscoderException
org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. 
org.apache.batik.transcoder.image Provides transcoders for transcoding a SVG document fragment to an image. 
org.apache.batik.transcoder.svg2svg   
org.apache.batik.transcoder.wmf.tosvg   
 

Uses of TranscoderException in org.apache.batik.transcoder
 

Methods in org.apache.batik.transcoder with parameters of type TranscoderException
 void ErrorHandler.error(TranscoderException ex)
          Invoked when an error occured while transcoding.
 void ErrorHandler.fatalError(TranscoderException ex)
          Invoked when an fatal error occured while transcoding.
 void ErrorHandler.warning(TranscoderException ex)
          Invoked when a warning occured while transcoding.
 void DefaultErrorHandler.error(TranscoderException ex)
          Invoked when an error occured while transcoding.
 void DefaultErrorHandler.fatalError(TranscoderException ex)
          Invoked when an fatal error occured while transcoding.
 void DefaultErrorHandler.warning(TranscoderException ex)
          Invoked when a warning occured while transcoding.
 

Methods in org.apache.batik.transcoder that throw TranscoderException
 void Transcoder.transcode(TranscoderInput input, TranscoderOutput output)
          Transcodes the specified input in the specified output.
 void XMLAbstractTranscoder.transcode(TranscoderInput input, TranscoderOutput output)
          Transcodes the specified XML input in the specified output.
protected abstract  void XMLAbstractTranscoder.transcode(Document document, java.lang.String uri, TranscoderOutput output)
          Transcodes the specified Document in the specified output.
protected  void SVGAbstractTranscoder.transcode(Document document, java.lang.String uri, TranscoderOutput output)
          Transcodes the specified Document as an image in the specified output.
 void ErrorHandler.error(TranscoderException ex)
          Invoked when an error occured while transcoding.
 void ErrorHandler.fatalError(TranscoderException ex)
          Invoked when an fatal error occured while transcoding.
 void ErrorHandler.warning(TranscoderException ex)
          Invoked when a warning occured while transcoding.
 void DefaultErrorHandler.error(TranscoderException ex)
          Invoked when an error occured while transcoding.
 void DefaultErrorHandler.fatalError(TranscoderException ex)
          Invoked when an fatal error occured while transcoding.
 void DefaultErrorHandler.warning(TranscoderException ex)
          Invoked when a warning occured while transcoding.
 

Uses of TranscoderException in org.apache.batik.transcoder.image
 

Methods in org.apache.batik.transcoder.image that throw TranscoderException
protected  void ImageTranscoder.transcode(Document document, java.lang.String uri, TranscoderOutput output)
          Transcodes the specified Document as an image in the specified output.
abstract  void ImageTranscoder.writeImage(java.awt.image.BufferedImage img, TranscoderOutput output)
          Writes the specified image to the specified output.
 void JPEGTranscoder.writeImage(java.awt.image.BufferedImage img, TranscoderOutput output)
          Writes the specified image to the specified output.
 void TIFFTranscoder.writeImage(java.awt.image.BufferedImage img, TranscoderOutput output)
          Writes the specified image to the specified output.
 void PNGTranscoder.writeImage(java.awt.image.BufferedImage img, TranscoderOutput output)
          Writes the specified image to the specified output.
 

Uses of TranscoderException in org.apache.batik.transcoder.svg2svg
 

Methods in org.apache.batik.transcoder.svg2svg that return TranscoderException
protected  TranscoderException PrettyPrinter.fatalError(java.lang.String key, java.lang.Object[] params)
          Creates a transcoder exception.
 

Methods in org.apache.batik.transcoder.svg2svg that throw TranscoderException
 void PrettyPrinter.print(java.io.Reader r, java.io.Writer w)
          Prints an SVG document from the given reader to the given writer.
protected  void PrettyPrinter.printXMLDecl()
          Prints the XML declaration.
protected  void PrettyPrinter.printPI()
          Prints a processing instruction.
protected  void PrettyPrinter.printDoctype()
          Prints the doctype.
protected  void PrettyPrinter.printElement()
          Prints an element.
protected  void PrettyPrinter.printContent()
          Prints the content of an element.
protected  void PrettyPrinter.printNotation()
          Prints a notation declaration.
protected  void PrettyPrinter.printAttlist()
          Prints an ATTLIST declaration.
protected  void PrettyPrinter.printEntityDeclaration()
          Prints an entity declaration.
protected  void PrettyPrinter.printElementDeclaration()
          Prints an element declaration.
protected  void PrettyPrinter.printChildren()
          Prints the children of an element declaration.
protected  TranscoderException PrettyPrinter.fatalError(java.lang.String key, java.lang.Object[] params)
          Creates a transcoder exception.
 void SVGTranscoder.transcode(TranscoderInput input, TranscoderOutput output)
          Transcodes the specified input in the specified output.
protected  void SVGTranscoder.prettyPrint(java.io.Reader in, java.io.Writer out)
          Pretty print the given reader.
 

Uses of TranscoderException in org.apache.batik.transcoder.wmf.tosvg
 

Methods in org.apache.batik.transcoder.wmf.tosvg that throw TranscoderException
 void WMFTranscoder.transcode(TranscoderInput input, TranscoderOutput output)
          Transcodes the specified input in the specified output.
static void WMFTranscoder.main(java.lang.String[] args)
          Unit testing : Illustrates how the transcoder might be used.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.