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.
|
Modifier and Type | Method and Description |
---|---|
void |
PNGTranscoderImageIOWriteAdapter.writeImage(PNGTranscoder transcoder,
BufferedImage img,
TranscoderOutput output) |
void |
TIFFTranscoderImageIOWriteAdapter.writeImage(TIFFTranscoder transcoder,
BufferedImage img,
TranscoderOutput output) |
Modifier and Type | Method and Description |
---|---|
void |
PNGTranscoderInternalCodecWriteAdapter.writeImage(PNGTranscoder transcoder,
BufferedImage img,
TranscoderOutput output) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVGRenderingAccuracyTest.InternalPNGTranscoder.transcode(Document document,
String uri,
TranscoderOutput output)
Transcodes the specified Document as an image in the specified output.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultErrorHandler.error(TranscoderException ex)
Invoked when an error occured while transcoding.
|
void |
ErrorHandler.error(TranscoderException ex)
Invoked when an error occured while transcoding.
|
void |
DefaultErrorHandler.fatalError(TranscoderException ex)
Invoked when an fatal error occured while transcoding.
|
void |
ErrorHandler.fatalError(TranscoderException ex)
Invoked when an fatal error occured while transcoding.
|
void |
DefaultErrorHandler.warning(TranscoderException ex)
Invoked when a warning occured while transcoding.
|
void |
ErrorHandler.warning(TranscoderException ex)
Invoked when a warning occured while transcoding.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultErrorHandler.error(TranscoderException ex)
Invoked when an error occured while transcoding.
|
void |
ErrorHandler.error(TranscoderException ex)
Invoked when an error occured while transcoding.
|
void |
DefaultErrorHandler.fatalError(TranscoderException ex)
Invoked when an fatal error occured while transcoding.
|
void |
ErrorHandler.fatalError(TranscoderException ex)
Invoked when an fatal error occured while transcoding.
|
protected void |
SVGAbstractTranscoder.transcode(Document document,
String uri,
TranscoderOutput output)
Transcodes the specified Document as an image in the specified output.
|
protected abstract void |
XMLAbstractTranscoder.transcode(Document document,
String uri,
TranscoderOutput output)
Transcodes the specified Document in the specified output.
|
void |
SVGAbstractTranscoder.transcode(TranscoderInput input,
TranscoderOutput output) |
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.
|
void |
DefaultErrorHandler.warning(TranscoderException ex)
Invoked when a warning occured while transcoding.
|
void |
ErrorHandler.warning(TranscoderException ex)
Invoked when a warning occured while transcoding.
|
protected void |
ToSVGAbstractTranscoder.writeSVGToOutput(SVGGraphics2D svgGenerator,
Element svgRoot,
TranscoderOutput output)
Writes the SVG content held by the svgGenerator to the
TranscoderOutput . |
Modifier and Type | Method and Description |
---|---|
protected void |
ImageTranscoder.transcode(Document document,
String uri,
TranscoderOutput output)
Transcodes the specified Document as an image in the specified output.
|
void |
TIFFTranscoder.writeImage(BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output.
|
void |
PNGTranscoder.writeImage(BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output.
|
void |
JPEGTranscoder.writeImage(BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output.
|
abstract void |
ImageTranscoder.writeImage(BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output.
|
void |
PNGTranscoder.WriteAdapter.writeImage(PNGTranscoder transcoder,
BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output.
|
void |
TIFFTranscoder.WriteAdapter.writeImage(TIFFTranscoder transcoder,
BufferedImage img,
TranscoderOutput output)
Writes the specified image to the specified output.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PrintTranscoder.transcode(Document document,
String uri,
TranscoderOutput output)
Transcodes the specified Document as an image in the specified output.
|
Modifier and Type | Method and Description |
---|---|
protected TranscoderException |
PrettyPrinter.fatalError(String key,
Object[] params)
Creates a transcoder exception.
|
Modifier and Type | Method and Description |
---|---|
protected TranscoderException |
PrettyPrinter.fatalError(String key,
Object[] params)
Creates a transcoder exception.
|
protected void |
SVGTranscoder.prettyPrint(Reader in,
Writer out)
Pretty print the given reader.
|
void |
PrettyPrinter.print(Reader r,
Writer w)
Prints an SVG document from the given reader to the given writer.
|
protected void |
PrettyPrinter.printAttlist()
Prints an ATTLIST declaration.
|
protected void |
PrettyPrinter.printChildren()
Prints the children of an element declaration.
|
protected void |
PrettyPrinter.printContent(boolean spaceAtStart)
Prints the content of an element.
|
protected void |
PrettyPrinter.printDoctype()
Prints the doctype.
|
protected String |
PrettyPrinter.printElement()
Prints an element.
|
protected void |
PrettyPrinter.printElementDeclaration()
Prints an element declaration.
|
protected void |
PrettyPrinter.printEntityDeclaration()
Prints an entity declaration.
|
protected void |
PrettyPrinter.printNotation()
Prints a notation declaration.
|
protected void |
PrettyPrinter.printPI()
Prints a processing instruction.
|
protected void |
PrettyPrinter.printXMLDecl()
Prints the XML declaration.
|
void |
SVGTranscoder.transcode(TranscoderInput input,
TranscoderOutput output)
Transcodes the specified input in the specified output.
|
Modifier and Type | Method and Description |
---|---|
static void |
WMFTranscoder.main(String[] args)
Unit testing : Illustrates how the transcoder might be used.
|
void |
WMFTranscoder.transcode(TranscoderInput input,
TranscoderOutput output)
Transcodes the specified input in the specified output.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.