org.pushingpixels.flamingo.api.svg
Interface TranscoderListener


public interface TranscoderListener

Transcoder listener.


Method Summary
 void finished()
          Called when the transcoding process is finished.
 java.io.Writer getWriter()
          Returns the writer for the Java2D contents.
 

Method Detail

getWriter

java.io.Writer getWriter()
Returns the writer for the Java2D contents.

Returns:
Writer for the Java2D contents.

finished

void finished()
Called when the transcoding process is finished.