|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TranscoderSupport | |
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 |
Uses of TranscoderSupport in org.apache.batik.transcoder |
Subclasses of TranscoderSupport in org.apache.batik.transcoder | |
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 |
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. |
Uses of TranscoderSupport in org.apache.batik.transcoder.image |
Subclasses of TranscoderSupport in org.apache.batik.transcoder.image | |
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. |
Uses of TranscoderSupport in org.apache.batik.transcoder.print |
Subclasses of TranscoderSupport in org.apache.batik.transcoder.print | |
class |
PrintTranscoder
This class is a Transcoder that prints SVG images. |
Uses of TranscoderSupport in org.apache.batik.transcoder.svg2svg |
Subclasses of TranscoderSupport in org.apache.batik.transcoder.svg2svg | |
class |
SVGTranscoder
This class is a trancoder from SVG to SVG. |
Uses of TranscoderSupport in org.apache.batik.transcoder.wmf.tosvg |
Subclasses of TranscoderSupport in org.apache.batik.transcoder.wmf.tosvg | |
class |
WMFTranscoder
This class implements the Transcoder interface and can convert a WMF input document into an SVG document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |