| Package | Description |
|---|---|
| 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 | Class | Description |
|---|---|---|
class |
AbstractTranscoder |
This class can be the base class of a transcoder which may support
transcoding hints and/or error handler.
|
class |
SVGAbstractTranscoder |
This class may be the base class of all transcoders which take an
SVG document as input and which need to build a DOM tree.
|
class |
ToSVGAbstractTranscoder |
This class allows to simplify the creation of a transcoder which transcodes to
SVG content.
|
class |
XMLAbstractTranscoder |
This class may be the base class of all transcoders which take an
XML document as input and which need to build a DOM tree.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ImageTranscoder |
This class enables to transcode an input to an image of any format.
|
class |
JPEGTranscoder |
This class is an
ImageTranscoder that produces a JPEG image. |
class |
PNGTranscoder |
This class is an
ImageTranscoder that produces a PNG image. |
class |
TIFFTranscoder |
This class is an
ImageTranscoder that produces a TIFF image. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PrintTranscoder |
This class is a
Transcoder that prints SVG images. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SVGTranscoder |
This class is a trancoder from SVG to SVG.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
WMFTranscoder |
This class implements the
Transcoder interface and
can convert a WMF input document into an SVG document. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.