Uses of Class
net.sf.jasperreports.engine.fill.JRFillBand
-
Packages that use JRFillBand Package Description net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.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). -
-
Uses of JRFillBand in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill with parameters of type JRFillBand Modifier and Type Method Description protected voidJRFillMultiAxisPlot. setBand(JRFillBand band) -
Uses of JRFillBand in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRFillBand Modifier and Type Field Description protected 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 JRFillBand Modifier and Type Method Description protected JRFillBandJRFillElement. getBand()protected JRFillBandJRFillObjectFactory. getBand(JRBand band)JRFillBand[]JRFillSection. getFillBands()Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillBand Modifier and Type Method Description protected voidJRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, java.lang.String groupName, JRFillBand band)protected voidJRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, JRGroup group, 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)voidJRFillChart. setBand(JRFillBand band)protected voidJRFillChartPlot. setBand(JRFillBand band)protected voidJRFillComponentElement. setBand(JRFillBand band)protected voidJRFillCrosstab. setBand(JRFillBand band)voidJRFillDatasetRun. setBand(JRFillBand band)protected voidJRFillElement. setBand(JRFillBand band)protected voidJRFillElementDataset. setBand(JRFillBand band)protected voidJRFillSubreport. setBand(JRFillBand band)
-