Uses of Class
org.apache.batik.transcoder.TranscoderSupport
-
Packages that use TranscoderSupport 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. -
-
Uses of TranscoderSupport in org.apache.batik.transcoder
Subclasses of TranscoderSupport in org.apache.batik.transcoder 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. -
Uses of TranscoderSupport in org.apache.batik.transcoder.image
Subclasses of TranscoderSupport in org.apache.batik.transcoder.image 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 anImageTranscoder
that produces a JPEG image.class
PNGTranscoder
This class is anImageTranscoder
that produces a PNG image.class
TIFFTranscoder
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.print Modifier and Type Class Description class
PrintTranscoder
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 Modifier and Type Class Description 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 Modifier and Type Class Description class
WMFTranscoder
This class implements theTranscoder
interface and can convert a WMF input document into an SVG document.
-