org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper
Class RTFPrinter

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper.RTFPrinter

public class RTFPrinter
extends Object

Creation-Date: 09.05.2007, 14:52:05

Author:
Thomas Morgner

Constructor Summary
RTFPrinter()
           
 
Method Summary
 void close()
           
 void init(org.pentaho.reporting.libraries.base.config.Configuration config, OutputStream outputStream, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 void print(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer, RTFOutputProcessorMetaData metaData, boolean incremental)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTFPrinter

public RTFPrinter()
Method Detail

init

public void init(org.pentaho.reporting.libraries.base.config.Configuration config,
                 OutputStream outputStream,
                 org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)

print

public void print(LogicalPageKey logicalPageKey,
                  LogicalPageBox logicalPage,
                  TableContentProducer contentProducer,
                  RTFOutputProcessorMetaData metaData,
                  boolean incremental)
           throws ContentProcessingException
Throws:
ContentProcessingException

close

public void close()