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 TypeClassDescriptionclass
This class can be the base class of a transcoder which may support transcoding hints and/or error handler.class
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
This class allows to simplify the creation of a transcoder which transcodes to SVG content.class
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.imageModifier and TypeClassDescriptionclass
This class enables to transcode an input to an image of any format.class
This class is anImageTranscoder
that produces a JPEG image.class
This class is anImageTranscoder
that produces a PNG image.class
This class is anImageTranscoder
that produces a TIFF image. -
Uses of TranscoderSupport in org.apache.batik.transcoder.print
Subclasses of TranscoderSupport in org.apache.batik.transcoder.printModifier and TypeClassDescriptionclass
This class is aTranscoder
that 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 TypeClassDescriptionclass
This class implements theTranscoder
interface and can convert a WMF input document into an SVG document.