Class TableReport.PageFooterCreator
- java.lang.Object
-
- net.sf.jasperreports.components.table.fill.TableReport.ReportBandCreator
-
- net.sf.jasperreports.components.table.fill.TableReport.ReverseReportBandCreator
-
- net.sf.jasperreports.components.table.fill.TableReport.PageFooterCreator
-
- All Implemented Interfaces:
ColumnVisitor<Void>
- Enclosing class:
- TableReport
protected class TableReport.PageFooterCreator extends TableReport.ReverseReportBandCreator
-
-
Constructor Summary
Constructors Constructor Description PageFooterCreator(TableReport.ReportBandInfo bandInfo, FillColumn fillColumn, int xOffset, int yOffset, int level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CellcolumnCell(Column column)protected CellcolumnGroupCell(ColumnGroup group)protected TableReport.ReportBandCreatorcreateSubVisitor(FillColumn subcolumn, int xOffset, int yOffset, int sublevel)-
Methods inherited from class net.sf.jasperreports.components.table.fill.TableReport.ReverseReportBandCreator
visitColumnGroup
-
Methods inherited from class net.sf.jasperreports.components.table.fill.TableReport.ReportBandCreator
createColumnCell, createColumnCell, createColumnGroupCell, deriveUUID, isEmpty, visit, visitColumn
-
-
-
-
Constructor Detail
-
PageFooterCreator
public PageFooterCreator(TableReport.ReportBandInfo bandInfo, FillColumn fillColumn, int xOffset, int yOffset, int level)
-
-
Method Detail
-
columnCell
protected Cell columnCell(Column column)
- Specified by:
columnCellin classTableReport.ReportBandCreator
-
columnGroupCell
protected Cell columnGroupCell(ColumnGroup group)
- Specified by:
columnGroupCellin classTableReport.ReportBandCreator
-
createSubVisitor
protected TableReport.ReportBandCreator createSubVisitor(FillColumn subcolumn, int xOffset, int yOffset, int sublevel)
- Specified by:
createSubVisitorin classTableReport.ReportBandCreator
-
-