|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjdbreport.model.io.itext.pdf.ITextWriter
public abstract class ITextWriter
Constructor Summary | |
---|---|
ITextWriter()
|
Method Summary | |
---|---|
void |
save(java.io.File file,
ReportBook reportBook)
|
void |
save(java.io.Writer writer,
ReportBook reportBook)
|
java.lang.String |
write(java.lang.String fileName,
java.lang.Object resource)
Write of resources |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jdbreport.model.io.ReportWriter |
---|
save |
Constructor Detail |
---|
public ITextWriter()
Method Detail |
---|
public void save(java.io.Writer writer, ReportBook reportBook) throws SaveReportException
save
in interface ReportWriter
SaveReportException
public void save(java.io.File file, ReportBook reportBook) throws SaveReportException
save
in interface ReportWriter
SaveReportException
public java.lang.String write(java.lang.String fileName, java.lang.Object resource) throws SaveReportException
ResourceWriter
write
in interface ResourceWriter
SaveReportException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |