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 classInner 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 theImageTranscoderthe Test should useSVGAnimatedRotateCenterTest.getTestImageTranscoder()SVGMediaRenderingAccuracyTest.getTestImageTranscoder()Returns theImageTranscoderthe Test should useSVGRenderingAccuracyTest.getTestImageTranscoder()Returns theImageTranscoderthe Test should use -
Uses of ImageTranscoder in org.apache.batik.transcoder.image
Subclasses of ImageTranscoder in org.apache.batik.transcoder.imageModifier and TypeClassDescriptionclassThis class is anImageTranscoderthat produces a JPEG image.classThis class is anImageTranscoderthat produces a PNG image.classThis class is anImageTranscoderthat produces a TIFF image.