fop 0.93

org.apache.fop.render.txt
Class TXTFOEventHandlerMaker

java.lang.Object
  extended byorg.apache.fop.render.AbstractFOEventHandlerMaker
      extended byorg.apache.fop.render.txt.TXTFOEventHandlerMaker

public class TXTFOEventHandlerMaker
extends AbstractFOEventHandlerMaker

Maker class for the special FOEventHandler for TXT support.


Constructor Summary
TXTFOEventHandlerMaker()
           
 
Method Summary
 java.lang.String[] getSupportedMimeTypes()
           
 FOEventHandler makeFOEventHandler(FOUserAgent ua, java.io.OutputStream out)
          Instantiates a new FOEventHandler.
 boolean needsOutputStream()
           
 
Methods inherited from class org.apache.fop.render.AbstractFOEventHandlerMaker
isMimeTypeSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TXTFOEventHandlerMaker

public TXTFOEventHandlerMaker()
Method Detail

makeFOEventHandler

public FOEventHandler makeFOEventHandler(FOUserAgent ua,
                                         java.io.OutputStream out)
                                  throws FOPException
Description copied from class: AbstractFOEventHandlerMaker
Instantiates a new FOEventHandler.

Specified by:
makeFOEventHandler in class AbstractFOEventHandlerMaker
Parameters:
ua - the user agent
out - OutputStream for the FOEventHandler to use
Returns:
the newly instantiated FOEventHandler
Throws:
FOPException - if a problem occurs while creating the event handler
See Also:
AbstractFOEventHandlerMaker

needsOutputStream

public boolean needsOutputStream()
Specified by:
needsOutputStream in class AbstractFOEventHandlerMaker
Returns:
Indicates whether this renderer requires an OutputStream to work with.
See Also:
AbstractFOEventHandlerMaker.needsOutputStream()

getSupportedMimeTypes

public java.lang.String[] getSupportedMimeTypes()
Specified by:
getSupportedMimeTypes in class AbstractFOEventHandlerMaker
Returns:
an array of MIME types the renderer supports.
See Also:
AbstractFOEventHandlerMaker.getSupportedMimeTypes()

fop 0.93

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.