|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportStream
This is the basic interface for all streams for reportable items. Subclasses might implement streams for different file formats.
| Method Summary | |
|---|---|
void |
addPageBreak()
This method will cause the stream to add a page break to the stream. |
void |
append(java.lang.String name,
Reportable reportable,
int width,
int height)
This method will cause the stream to append a readable to the stream. |
void |
close()
This method is called to free all resourcess and finish writing if needed. |
java.lang.String |
getName()
Returns the string name of this stream. |
void |
startSection(java.lang.String sectionName,
int sectionLevel)
This method will cause the stream to start a new Section at the specified level. |
| Method Detail |
|---|
java.lang.String getName()
void addPageBreak()
void startSection(java.lang.String sectionName,
int sectionLevel)
throws ReportException
sectionName - sectionLevel -
ReportException
void append(java.lang.String name,
Reportable reportable,
int width,
int height)
throws ReportException
ReportException
void close()
throws ReportException
ReportException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||