Uses of Class
org.apache.batik.transcoder.TranscoderException
-
Packages that use TranscoderException Package Description org.apache.batik.ext.awt.image.codec.imageio org.apache.batik.ext.awt.image.codec.png org.apache.batik.test.svg 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.print org.apache.batik.transcoder.svg2svg org.apache.batik.transcoder.wmf.tosvg Contains all of the interfaces for transcoding WMF Metafiles to SVG. -
-
Uses of TranscoderException in org.apache.batik.ext.awt.image.codec.imageio
Methods in org.apache.batik.ext.awt.image.codec.imageio that throw TranscoderException Modifier and Type Method Description voidPNGTranscoderImageIOWriteAdapter. writeImage(PNGTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output)voidTIFFTranscoderImageIOWriteAdapter. writeImage(TIFFTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output) -
Uses of TranscoderException in org.apache.batik.ext.awt.image.codec.png
Methods in org.apache.batik.ext.awt.image.codec.png that throw TranscoderException Modifier and Type Method Description voidPNGTranscoderInternalCodecWriteAdapter. writeImage(PNGTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output) -
Uses of TranscoderException in org.apache.batik.test.svg
Methods in org.apache.batik.test.svg that throw TranscoderException Modifier and Type Method Description protected voidSVGRenderingAccuracyTest.InternalPNGTranscoder. transcode(org.w3c.dom.Document document, java.lang.String uri, TranscoderOutput output)Transcodes the specified Document as an image in the specified output. -
Uses of TranscoderException in org.apache.batik.transcoder
Methods in org.apache.batik.transcoder with parameters of type TranscoderException Modifier and Type Method Description voidDefaultErrorHandler. error(TranscoderException ex)Invoked when an error occured while transcoding.voidErrorHandler. error(TranscoderException ex)Invoked when an error occured while transcoding.voidDefaultErrorHandler. fatalError(TranscoderException ex)Invoked when an fatal error occured while transcoding.voidErrorHandler. fatalError(TranscoderException ex)Invoked when an fatal error occured while transcoding.voidDefaultErrorHandler. warning(TranscoderException ex)Invoked when a warning occured while transcoding.voidErrorHandler. warning(TranscoderException ex)Invoked when a warning occured while transcoding.Methods in org.apache.batik.transcoder that throw TranscoderException Modifier and Type Method Description voidDefaultErrorHandler. error(TranscoderException ex)Invoked when an error occured while transcoding.voidErrorHandler. error(TranscoderException ex)Invoked when an error occured while transcoding.voidDefaultErrorHandler. fatalError(TranscoderException ex)Invoked when an fatal error occured while transcoding.voidErrorHandler. fatalError(TranscoderException ex)Invoked when an fatal error occured while transcoding.voidSVGAbstractTranscoder. transcode(TranscoderInput input, TranscoderOutput output)protected voidSVGAbstractTranscoder. transcode(org.w3c.dom.Document document, java.lang.String uri, TranscoderOutput output)Transcodes the specified Document as an image in the specified output.voidTranscoder. transcode(TranscoderInput input, TranscoderOutput output)Transcodes the specified input in the specified output.voidXMLAbstractTranscoder. transcode(TranscoderInput input, TranscoderOutput output)Transcodes the specified XML input in the specified output.protected abstract voidXMLAbstractTranscoder. transcode(org.w3c.dom.Document document, java.lang.String uri, TranscoderOutput output)Transcodes the specified Document in the specified output.voidDefaultErrorHandler. warning(TranscoderException ex)Invoked when a warning occured while transcoding.voidErrorHandler. warning(TranscoderException ex)Invoked when a warning occured while transcoding.protected voidToSVGAbstractTranscoder. writeSVGToOutput(SVGGraphics2D svgGenerator, org.w3c.dom.Element svgRoot, TranscoderOutput output)Writes the SVG content held by the svgGenerator to theTranscoderOutput. -
Uses of TranscoderException in org.apache.batik.transcoder.image
Methods in org.apache.batik.transcoder.image that throw TranscoderException Modifier and Type Method Description protected voidImageTranscoder. transcode(org.w3c.dom.Document document, java.lang.String uri, TranscoderOutput output)Transcodes the specified Document as an image in the specified output.abstract voidImageTranscoder. writeImage(java.awt.image.BufferedImage img, TranscoderOutput output)Writes the specified image to the specified output.voidJPEGTranscoder. writeImage(java.awt.image.BufferedImage img, TranscoderOutput output)Writes the specified image to the specified output.voidPNGTranscoder.WriteAdapter. writeImage(PNGTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output)Writes the specified image to the specified output.voidPNGTranscoder. writeImage(java.awt.image.BufferedImage img, TranscoderOutput output)Writes the specified image to the specified output.voidTIFFTranscoder.WriteAdapter. writeImage(TIFFTranscoder transcoder, java.awt.image.BufferedImage img, TranscoderOutput output)Writes the specified image to the specified output.voidTIFFTranscoder. writeImage(java.awt.image.BufferedImage img, TranscoderOutput output)Writes the specified image to the specified output. -
Uses of TranscoderException in org.apache.batik.transcoder.print
Methods in org.apache.batik.transcoder.print that throw TranscoderException Modifier and Type Method Description protected voidPrintTranscoder. transcode(org.w3c.dom.Document document, java.lang.String uri, TranscoderOutput output)Transcodes the specified Document as an image in the specified output. -
Uses of TranscoderException in org.apache.batik.transcoder.svg2svg
Methods in org.apache.batik.transcoder.svg2svg that return TranscoderException Modifier and Type Method Description protected TranscoderExceptionPrettyPrinter. fatalError(java.lang.String key, java.lang.Object[] params)Creates a transcoder exception.Methods in org.apache.batik.transcoder.svg2svg that throw TranscoderException Modifier and Type Method Description protected TranscoderExceptionPrettyPrinter. fatalError(java.lang.String key, java.lang.Object[] params)Creates a transcoder exception.protected voidSVGTranscoder. prettyPrint(java.io.Reader in, java.io.Writer out)Pretty print the given reader.voidPrettyPrinter. print(java.io.Reader r, java.io.Writer w)Prints an SVG document from the given reader to the given writer.protected voidPrettyPrinter. printAttlist()Prints an ATTLIST declaration.protected voidPrettyPrinter. printChildren()Prints the children of an element declaration.protected voidPrettyPrinter. printContent(boolean spaceAtStart)Prints the content of an element.protected voidPrettyPrinter. printDoctype()Prints the doctype.protected java.lang.StringPrettyPrinter. printElement()Prints an element.protected voidPrettyPrinter. printElementDeclaration()Prints an element declaration.protected voidPrettyPrinter. printEntityDeclaration()Prints an entity declaration.protected voidPrettyPrinter. printNotation()Prints a notation declaration.protected voidPrettyPrinter. printPI()Prints a processing instruction.protected voidPrettyPrinter. printXMLDecl()Prints the XML declaration.voidSVGTranscoder. transcode(TranscoderInput input, TranscoderOutput output)Transcodes the specified input in the specified output. -
Uses of TranscoderException in org.apache.batik.transcoder.wmf.tosvg
Methods in org.apache.batik.transcoder.wmf.tosvg that throw TranscoderException Modifier and Type Method Description private java.io.DataInputStreamWMFTranscoder. getCompatibleInput(TranscoderInput input)Checks that the input is one of URI or anInputStreamreturns it as a DataInputStreamstatic voidWMFTranscoder. main(java.lang.String[] args)Unit testing : Illustrates how the transcoder might be used.voidWMFTranscoder. transcode(TranscoderInput input, TranscoderOutput output)Transcodes the specified input in the specified output.
-