Uses of Class
net.sf.jasperreports.engine.fill.JRFillBand
Packages that use JRFillBand
Package
Description
Contains fill time implementations for chart related interfaces.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
-
Uses of JRFillBand in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill with parameters of type JRFillBandModifier and TypeMethodDescriptionvoidJRFillChart.setBand(JRFillBand band) protected voidJRFillChartPlot.setBand(JRFillBand band) protected voidJRFillMultiAxisPlot.setBand(JRFillBand band) -
Uses of JRFillBand in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRFillBandModifier and TypeFieldDescriptionprotected JRFillBandJRBaseFiller.backgroundprotected JRFillBandJRFillElement.bandprotected JRFillBand[]JRFillSection.bandsprotected JRFillBandJRBaseFiller.columnFooterprotected JRFillBandJRBaseFiller.columnHeaderprotected JRFillBandJRBaseFiller.lastPageFooterprotected JRFillBandJRBaseFiller.missingFillBandprotected JRFillBandJRBaseFiller.noDataprotected JRFillBandJRBaseFiller.pageFooterprotected JRFillBandJRBaseFiller.pageHeaderprotected JRFillBandJRBaseFiller.summaryprotected JRFillBandJRBaseFiller.titleMethods in net.sf.jasperreports.engine.fill that return JRFillBandModifier and TypeMethodDescriptionprotected JRFillBandJRFillElement.getBand()protected JRFillBandJRFillSection.getFillBands()Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillBandModifier and TypeMethodDescriptionvoidJRBaseFiller.addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, String groupName, JRFillBand band) protected voidJRHorizontalFiller.fillColumnBand(JRFillBand band, byte evaluation) protected voidJRVerticalFiller.fillColumnBand(JRFillBand band, byte evaluation, boolean recalculateVariables) protected voidJRHorizontalFiller.fillFixedBand(JRFillBand band, byte evaluation) protected voidJRHorizontalFiller.fillFixedBand(JRFillBand band, byte evaluation, boolean allowShrinking) protected voidJRVerticalFiller.fillFixedBand(JRFillBand band, byte evaluation) static JREvaluationTimeJREvaluationTime.getBandEvaluationTime(JRFillBand band) Returns the evaluation time corresponding toEvaluationTimeEnum.BANDfor a specific band.static JREvaluationTimeJREvaluationTime.getEvaluationTime(EvaluationTimeEnum type, JRGroup group, JRFillBand band) Returns the evaluation time corresponding to an evaluation time type.protected voidJRBaseFiller.resolveBandBoundElements(JRFillBand band, byte evaluation) Resloves elements which are to be evaluated at band level.voidFillReturnValues.setBand(JRFillBand band) protected voidJRFillComponentElement.setBand(JRFillBand band) protected voidJRFillCrosstab.setBand(JRFillBand band) voidJRFillDatasetRun.setBand(JRFillBand band) protected voidJRFillElement.setBand(JRFillBand band) voidJRFillElementDataset.setBand(JRFillBand band) protected voidJRFillSubreport.setBand(JRFillBand band)