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 Transcoder
DestinationType.getTranscoder()
Returns a transcoder object of the result image type.Methods in org.apache.batik.apps.rasterizer with parameters of type TranscoderModifier and TypeMethodDescriptionboolean
DefaultSVGConverterController.proceedWithComputedTask
(Transcoder transcoder, Map hints, List sources, List dest) Invoked when the rasterizer has computed the exact description of what it should do.boolean
Main.proceedWithComputedTask
(Transcoder transcoder, Map hints, List sources, List dest) boolean
SVGConverterController.proceedWithComputedTask
(Transcoder transcoder, Map hints, List sources, List dest) Invoked when the rasterizer has computed the exact description of what it should do.protected void
SVGConverter.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 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 Transcoder in org.apache.batik.transcoder.image
Classes in org.apache.batik.transcoder.image that implement TranscoderModifier 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 Transcoder in org.apache.batik.transcoder.print
Classes in org.apache.batik.transcoder.print that implement TranscoderModifier and TypeClassDescriptionclass
This class is aTranscoder
that prints SVG images.Methods in org.apache.batik.transcoder.print with parameters of type TranscoderModifier and TypeMethodDescriptionstatic void
PrintTranscoder.setTranscoderBooleanHint
(Transcoder transcoder, String property, TranscodingHints.Key key) static void
PrintTranscoder.setTranscoderFloatHint
(Transcoder transcoder, String property, TranscodingHints.Key key) static void
PrintTranscoder.setTranscoderRectangleHint
(Transcoder transcoder, String property, TranscodingHints.Key key) static void
PrintTranscoder.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 TypeClassDescriptionclass
This class implements theTranscoder
interface and can convert a WMF input document into an SVG document.