org.eclipse.birt.report.engine.api
Interface IRenderOption

All Known Implementing Classes:
RenderOptionBase

public interface IRenderOption

Defines render options for emitters


Method Summary
 java.lang.String getOutputFormat()
          returns the output format, i.e., html, pdf, etc.
 java.util.HashMap getOutputSetting()
          returns the output settings
 void setOutputFileName(java.lang.String outputFileName)
          sets the output file name.
 void setOutputFormat(java.lang.String format)
          sets the output format
 void setOutputStream(java.io.OutputStream ostream)
          sets the stream for writing emitter output
 

Method Detail

getOutputFormat

public java.lang.String getOutputFormat()
returns the output format, i.e., html, pdf, etc.

Returns:
Returns the output format

getOutputSetting

public java.util.HashMap getOutputSetting()
returns the output settings

Returns:
the output settings

setOutputFormat

public void setOutputFormat(java.lang.String format)
sets the output format

Parameters:
format - the output format

setOutputStream

public void setOutputStream(java.io.OutputStream ostream)
sets the stream for writing emitter output

Parameters:
ostream - the output stream for writing emitter output

setOutputFileName

public void setOutputFileName(java.lang.String outputFileName)
sets the output file name. The emitter uses the file for writing its ouput

Parameters:
outputFileName - the output file name that emitter uses


Copyright © 2005 Actuate Corp. All rights reserved.