public class FormatterFactoryInput
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.io.OutputStream |
outputStream |
protected ReportTemplate |
reportTemplate |
protected BandData |
rootBand |
protected java.lang.String |
templateExtension |
| Constructor and Description |
|---|
FormatterFactoryInput(java.lang.String templateExtension,
BandData rootBand,
ReportTemplate reportTemplate,
java.io.OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
getOutputStream() |
ReportTemplate |
getReportTemplate() |
BandData |
getRootBand() |
java.lang.String |
getTemplateExtension() |
protected final java.lang.String templateExtension
protected final BandData rootBand
protected final ReportTemplate reportTemplate
protected final java.io.OutputStream outputStream
public FormatterFactoryInput(java.lang.String templateExtension,
BandData rootBand,
ReportTemplate reportTemplate,
java.io.OutputStream outputStream)
public java.lang.String getTemplateExtension()
public BandData getRootBand()
public ReportTemplate getReportTemplate()
public java.io.OutputStream getOutputStream()