Package | Description |
---|---|
net.sf.jasperreports.components.table.fill | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected JRBand |
TableReport.createDetailBand(java.util.List<FillColumn> fillColumns) |
protected JRBand |
TableReport.createGroupFooter(java.lang.String groupName,
java.util.List<FillColumn> fillColumns) |
protected JRBand |
TableReport.createGroupHeader(java.lang.String groupName,
java.util.List<FillColumn> fillColumns) |
JRBand |
TableReport.getBackground() |
JRBand |
TableReport.getColumnFooter() |
JRBand |
TableReport.getColumnHeader() |
JRBand |
TableReport.getDetail()
Deprecated.
|
JRBand |
TableReportGroup.getGroupFooter()
Deprecated.
|
JRBand |
TableReportGroup.getGroupHeader()
Deprecated.
|
JRBand |
TableReport.getLastPageFooter() |
JRBand |
TableReport.getNoData() |
JRBand |
TableReport.getPageFooter() |
JRBand |
TableReport.getPageHeader() |
JRBand |
TableReport.getSummary() |
JRBand |
TableReport.getTitle() |
Modifier and Type | Method and Description |
---|---|
void |
TableReportGroup.setGroupFooter(JRBand footer) |
void |
TableReportGroup.setGroupHeader(JRBand header) |
protected JRSection |
TableReportGroup.wrapBand(JRBand band,
BandTypeEnum bandType) |
protected JRSection |
TableReport.wrapBand(JRBand band,
JROrigin origin) |
Modifier and Type | Method and Description |
---|---|
JRBand |
JRReport.getBackground() |
JRBand[] |
JRSection.getBands()
Returns the bands within the current section.
|
JRBand |
JRReport.getColumnFooter() |
JRBand |
JRReport.getColumnHeader() |
JRBand |
JRReport.getDetail()
Deprecated.
Replaced by
JRReport.getDetailSection() . |
JRBand |
JRGroup.getGroupFooter()
Deprecated.
Replaced by
JRGroup.getGroupFooterSection() . |
JRBand |
JRGroup.getGroupHeader()
Deprecated.
Replaced by
JRGroup.getGroupHeaderSection() . |
JRBand |
JRReport.getLastPageFooter() |
JRBand |
JRReport.getNoData() |
JRBand |
JRReport.getPageFooter() |
JRBand |
JRReport.getPageHeader() |
JRBand |
JRReport.getSummary() |
JRBand |
JRReport.getTitle() |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseBand
Used for implementing band functionality.
|
Modifier and Type | Field and Description |
---|---|
protected JRBand |
JRBaseReport.background |
protected JRBand[] |
JRBaseSection.bands |
protected JRBand |
JRBaseReport.columnFooter |
protected JRBand |
JRBaseReport.columnHeader |
protected JRBand |
JRBaseReport.lastPageFooter |
protected JRBand |
JRBaseReport.noData |
protected JRBand |
JRBaseReport.pageFooter |
protected JRBand |
JRBaseReport.pageHeader |
protected JRBand |
JRBaseReport.summary |
protected JRBand |
JRBaseReport.title |
Modifier and Type | Method and Description |
---|---|
JRBand |
JRBaseReport.getBackground() |
JRBand[] |
JRBaseSection.getBands() |
JRBand |
JRBaseReport.getColumnFooter() |
JRBand |
JRBaseReport.getColumnHeader() |
JRBand |
JRBaseReport.getDetail()
Deprecated.
Replaced by
JRBaseReport.getDetailSection() . |
JRBand |
JRBaseGroup.getGroupFooter()
Deprecated.
Replaced by
JRBaseGroup.getGroupFooterSection() . |
JRBand |
JRBaseGroup.getGroupHeader()
Deprecated.
Replaced by
JRBaseGroup.getGroupHeaderSection() . |
JRBand |
JRBaseReport.getLastPageFooter() |
JRBand |
JRBaseReport.getNoData() |
JRBand |
JRBaseReport.getPageFooter() |
JRBand |
JRBaseReport.getPageHeader() |
JRBand |
JRBaseReport.getSummary() |
JRBand |
JRBaseReport.getTitle() |
Modifier and Type | Method and Description |
---|---|
protected JRBaseBand |
JRBaseObjectFactory.getBand(JRBand band) |
Constructor and Description |
---|
JRBaseBand(JRBand band,
JRBaseObjectFactory factory) |
JRBaseSection(JRBand band) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignBand |
Modifier and Type | Method and Description |
---|---|
JRBand[] |
JRDesignSection.getBands() |
JRBand |
JRDesignSection.removeBand(int index)
Removes a band from the section.
|
JRBand |
JRDesignSection.removeBand(JRBand band)
Removes a band from the section.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignSection.addBand(int index,
JRBand band)
Adds a band to the section.
|
void |
JRDesignSection.addBand(JRBand band)
Adds a band to the section.
|
JRBand |
JRDesignSection.removeBand(JRBand band)
Removes a band from the section.
|
void |
JasperDesign.setBackground(JRBand background)
Sets the background band.
|
protected void |
JRDesignGroup.setBandOrigin(JRBand band,
BandTypeEnum type) |
protected void |
JasperDesign.setBandOrigin(JRBand band,
BandTypeEnum type) |
protected void |
JRDesignGroup.setBandOrigin(JRBand band,
byte type)
Deprecated.
Replaced by
JRDesignGroup.setBandOrigin(JRBand, BandTypeEnum) .
s |
protected void |
JasperDesign.setBandOrigin(JRBand band,
byte type)
Deprecated.
Replaced by
JasperDesign.setBandOrigin(JRBand, BandTypeEnum) . |
void |
JasperDesign.setColumnFooter(JRBand columnFooter)
Sets the column footer band.
|
void |
JasperDesign.setColumnHeader(JRBand columnHeader)
Sets the column header band.
|
void |
JasperDesign.setDetail(JRBand detail)
Deprecated.
Replaced by
JRBaseReport.getDetailSection() . |
void |
JRDesignGroup.setGroupFooter(JRBand groupFooter)
Deprecated.
Replaced by
JRBaseGroup.getGroupFooterSection() . |
void |
JRDesignGroup.setGroupHeader(JRBand groupHeader)
Deprecated.
Replaced by
JRBaseGroup.getGroupHeaderSection() . |
void |
JasperDesign.setLastPageFooter(JRBand lastPageFooter)
Sets the last page footer band.
|
void |
JasperDesign.setNoData(JRBand noData)
Sets the noData band.
|
void |
JasperDesign.setPageFooter(JRBand pageFooter)
Sets the page footer band.
|
void |
JasperDesign.setPageHeader(JRBand pageHeader)
Sets the page header band.
|
void |
JasperDesign.setSummary(JRBand summary)
Sets the summary band.
|
void |
JasperDesign.setTitle(JRBand title)
Sets the title band.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillBand |
Modifier and Type | Method and Description |
---|---|
JRBand[] |
JRFillSection.getBands() |
JRBand |
JRFillGroup.getGroupFooter()
Deprecated.
Replaced by
JRFillGroup.getGroupFooterSection() . |
JRBand |
JRFillGroup.getGroupHeader()
Deprecated.
Replaced by
JRFillGroup.getGroupHeaderSection() . |
Modifier and Type | Method and Description |
---|---|
protected JRFillBand |
JRFillObjectFactory.getBand(JRBand band) |
Constructor and Description |
---|
JRFillBand(JRBaseFiller filler,
JRBand band,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRElementsVisitor.visitBand(JRBand band) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com