Uses of Class
org.apache.batik.transcoder.image.ImageTranscoder
Packages that use ImageTranscoder
Package
Description
Provides transcoders for transcoding a SVG document fragment
to an image.
-
Uses of ImageTranscoder in org.apache.batik.test.svg
Subclasses of ImageTranscoder in org.apache.batik.test.svgModifier and TypeClassDescriptionprotected class
Inner class which derives from the PNGTranscoder and calls the manipulateSVGDocument just before encoding happens.Methods in org.apache.batik.test.svg that return ImageTranscoderModifier and TypeMethodDescriptionSVGAlternateStyleSheetRenderingAccuracyTest.getTestImageTranscoder()
Returns theImageTranscoder
the Test should useSVGMediaRenderingAccuracyTest.getTestImageTranscoder()
Returns theImageTranscoder
the Test should useSVGRenderingAccuracyTest.getTestImageTranscoder()
Returns theImageTranscoder
the Test should use -
Uses of ImageTranscoder in org.apache.batik.transcoder.image
Subclasses of ImageTranscoder in org.apache.batik.transcoder.imageModifier and TypeClassDescriptionclass
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.