Uses of Interface
org.apache.batik.apps.rasterizer.SVGConverterSource

Packages that use SVGConverterSource
org.apache.batik.apps.rasterizer   
 

Uses of SVGConverterSource in org.apache.batik.apps.rasterizer
 

Classes in org.apache.batik.apps.rasterizer that implement SVGConverterSource
 class SVGConverterFileSource
          Describes a file source for the SVGConverter
 class SVGConverterURLSource
           
 

Methods in org.apache.batik.apps.rasterizer with parameters of type SVGConverterSource
 boolean Main.proceedWithSourceTranscoding(SVGConverterSource source, java.io.File dest)
           
 boolean Main.proceedOnSourceTranscodingFailure(SVGConverterSource source, java.io.File dest, java.lang.String errorCode)
           
 void Main.onSourceTranscodingSuccess(SVGConverterSource source, java.io.File dest)
           
 boolean SVGConverterController.proceedWithSourceTranscoding(SVGConverterSource source, java.io.File dest)
          Invoked when the rasterizer is about to start transcoding of a given source.
 boolean SVGConverterController.proceedOnSourceTranscodingFailure(SVGConverterSource source, java.io.File dest, java.lang.String errorCode)
          Invoked when the rasterizer got an error while transcoding the input source.
 void SVGConverterController.onSourceTranscodingSuccess(SVGConverterSource source, java.io.File dest)
          Invoked when the rasterizer successfully transcoded the input source.
 boolean DefaultSVGConverterController.proceedWithSourceTranscoding(SVGConverterSource source, java.io.File dest)
          Invoked when the rasterizer is about to start transcoding of a given source.
 boolean DefaultSVGConverterController.proceedOnSourceTranscodingFailure(SVGConverterSource source, java.io.File dest, java.lang.String errorCode)
          Invoked when the rasterizer got an error while transcoding the input source.
 void DefaultSVGConverterController.onSourceTranscodingSuccess(SVGConverterSource source, java.io.File dest)
          Invoked when the rasterizer successfully transcoded the input source.
protected  void SVGConverter.transcode(SVGConverterSource inputFile, java.io.File outputFile, Transcoder transcoder)
          Converts the input image to the result image. with the given transcoder.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.