public interface ReportCreator
| Modifier and Type | Method and Description | 
|---|---|
java.io.File | 
createReport(ReportContext ctx)
帳票を作成します。 
 | 
java.io.InputStream | 
createReportStream(ReportContext ctx)
帳票のストリームオブジェクトを返します。 
 | 
java.io.File createReport(ReportContext ctx)
ctx - 帳票コンテキストjava.io.InputStream createReportStream(ReportContext ctx)
ctx - 帳票コンテキスト