|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A report definition. This the working copy of the JFreeReport object. This object is not serializable, as it is used internally.
Method Summary | |
Group |
getGroup(int count)
Returns the group at the specified index or null, if there is no such group. |
int |
getGroupCount()
Returns the number of groups in this report. |
GroupList |
getGroups()
Returns the list of groups for the report. |
ItemBand |
getItemBand()
Returns the item band. |
PageFooter |
getPageFooter()
Returns the page footer. |
PageHeader |
getPageHeader()
Returns the page header. |
ReportProperties |
getProperties()
Returns the report properties. |
ReportConfiguration |
getReportConfiguration()
Returns the report configuration. |
ReportFooter |
getReportFooter()
Returns the report footer. |
ReportHeader |
getReportHeader()
Returns the report header. |
StyleSheetCollection |
getStyleSheetCollection()
Returns the stylesheet collection of this report definition. |
Watermark |
getWatermark()
Returns the watermark band. |
Method Detail |
public GroupList getGroups()
public ReportHeader getReportHeader()
public ReportFooter getReportFooter()
public PageHeader getPageHeader()
public PageFooter getPageFooter()
public ItemBand getItemBand()
public Watermark getWatermark()
public ReportProperties getProperties()
public ReportConfiguration getReportConfiguration()
public int getGroupCount()
Every report has at least one group defined.
public Group getGroup(int count)
count
- the group index.
java.lang.IllegalArgumentException
- if the count is negative.
java.lang.IndexOutOfBoundsException
- if the count is greater than
the number of defined groups.public StyleSheetCollection getStyleSheetCollection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |