Uses of Class
org.apache.batik.transcoder.TranscoderSupport
Packages that use TranscoderSupport
Package
Description
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
Provides transcoders for transcoding a SVG document fragment
to an image.
Contains all of the interfaces for transcoding WMF Metafiles to SVG.
-
Uses of TranscoderSupport in org.apache.batik.transcoder
Subclasses of TranscoderSupport in org.apache.batik.transcoderModifier and TypeClassDescriptionclassThis class can be the base class of a transcoder which may support transcoding hints and/or error handler.classThis class may be the base class of all transcoders which take an SVG document as input and which need to build a DOM tree.classThis class allows to simplify the creation of a transcoder which transcodes to SVG content.classThis 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.imageModifier and TypeClassDescriptionclassThis class enables to transcode an input to an image of any format.classThis class is anImageTranscoderthat produces a JPEG image.classThis class is anImageTranscoderthat produces a PNG image.classThis class is anImageTranscoderthat produces a TIFF image. -
Uses of TranscoderSupport in org.apache.batik.transcoder.print
Subclasses of TranscoderSupport in org.apache.batik.transcoder.printModifier and TypeClassDescriptionclassThis class is aTranscoderthat prints SVG images. -
Uses of TranscoderSupport in org.apache.batik.transcoder.svg2svg
Subclasses of TranscoderSupport in org.apache.batik.transcoder.svg2svg -
Uses of TranscoderSupport in org.apache.batik.transcoder.wmf.tosvg
Subclasses of TranscoderSupport in org.apache.batik.transcoder.wmf.tosvgModifier and TypeClassDescriptionclassThis class implements theTranscoderinterface and can convert a WMF input document into an SVG document.