Uses of Interface
org.apache.batik.transcoder.Transcoder
Packages that use Transcoder
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 Transcoder in org.apache.batik.apps.rasterizer
Methods in org.apache.batik.apps.rasterizer that return TranscoderModifier and TypeMethodDescriptionprotected TranscoderDestinationType.getTranscoder()Returns a transcoder object of the result image type.Methods in org.apache.batik.apps.rasterizer with parameters of type TranscoderModifier and TypeMethodDescriptionbooleanDefaultSVGConverterController.proceedWithComputedTask(Transcoder transcoder, Map hints, List sources, List dest) Invoked when the rasterizer has computed the exact description of what it should do.booleanMain.proceedWithComputedTask(Transcoder transcoder, Map hints, List sources, List dest) booleanSVGConverterController.proceedWithComputedTask(Transcoder transcoder, Map hints, List sources, List dest) Invoked when the rasterizer has computed the exact description of what it should do.protected voidSVGConverter.transcode(SVGConverterSource inputFile, File outputFile, Transcoder transcoder) Converts the input image to the result image. -
Uses of Transcoder in org.apache.batik.apps.svgpp
Fields in org.apache.batik.apps.svgpp declared as Transcoder -
Uses of Transcoder in org.apache.batik.transcoder
Classes in org.apache.batik.transcoder that implement 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 Transcoder in org.apache.batik.transcoder.image
Classes in org.apache.batik.transcoder.image that implement TranscoderModifier 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 Transcoder in org.apache.batik.transcoder.print
Classes in org.apache.batik.transcoder.print that implement TranscoderModifier and TypeClassDescriptionclassThis class is aTranscoderthat prints SVG images.Methods in org.apache.batik.transcoder.print with parameters of type TranscoderModifier and TypeMethodDescriptionstatic voidPrintTranscoder.setTranscoderBooleanHint(Transcoder transcoder, String property, TranscodingHints.Key key) static voidPrintTranscoder.setTranscoderFloatHint(Transcoder transcoder, String property, TranscodingHints.Key key) static voidPrintTranscoder.setTranscoderRectangleHint(Transcoder transcoder, String property, TranscodingHints.Key key) static voidPrintTranscoder.setTranscoderStringHint(Transcoder transcoder, String property, TranscodingHints.Key key) -
Uses of Transcoder in org.apache.batik.transcoder.svg2svg
Classes in org.apache.batik.transcoder.svg2svg that implement Transcoder -
Uses of Transcoder in org.apache.batik.transcoder.wmf.tosvg
Classes in org.apache.batik.transcoder.wmf.tosvg that implement TranscoderModifier and TypeClassDescriptionclassThis class implements theTranscoderinterface and can convert a WMF input document into an SVG document.