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 void
JRFillChart. setBand(JRFillBand band)
protected void
JRFillChartPlot. setBand(JRFillBand band)
protected void
JRFillMultiAxisPlot. 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 JRFillBand
JRBaseFiller. background
protected JRFillBand
JRFillElement. band
protected JRFillBand[]
JRFillSection. bands
protected JRFillBand
JRBaseFiller. columnFooter
protected JRFillBand
JRBaseFiller. columnHeader
protected JRFillBand
JRBaseFiller. lastPageFooter
protected JRFillBand
JRBaseFiller. missingFillBand
protected JRFillBand
JRBaseFiller. noData
protected JRFillBand
JRBaseFiller. pageFooter
protected JRFillBand
JRBaseFiller. pageHeader
protected JRFillBand
JRBaseFiller. summary
protected JRFillBand
JRBaseFiller. title
Methods in net.sf.jasperreports.engine.fill that return JRFillBand Modifier and Type Method Description protected JRFillBand
JRFillElement. getBand()
protected JRFillBand
JRFillObjectFactory. getBand(JRBand band)
JRFillBand[]
JRFillSection. getFillBands()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillBand Modifier and Type Method Description void
JRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, String groupName, JRFillBand band)
void
JRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, JRGroup group, JRFillBand band)
protected void
JRHorizontalFiller. fillColumnBand(JRFillBand band, byte evaluation)
protected void
JRVerticalFiller. fillColumnBand(JRFillBand band, byte evaluation, boolean recalculateVariables)
protected void
JRHorizontalFiller. fillFixedBand(JRFillBand band, byte evaluation)
protected void
JRHorizontalFiller. fillFixedBand(JRFillBand band, byte evaluation, boolean allowShrinking)
protected void
JRVerticalFiller. fillFixedBand(JRFillBand band, byte evaluation)
static JREvaluationTime
JREvaluationTime. getBandEvaluationTime(JRFillBand band)
Returns the evaluation time corresponding toEvaluationTimeEnum.BAND
for a specific band.static JREvaluationTime
JREvaluationTime. getEvaluationTime(EvaluationTimeEnum type, JRGroup group, JRFillBand band)
Returns the evaluation time corresponding to an evaluation time type.protected void
JRBaseFiller. resolveBandBoundElements(JRFillBand band, byte evaluation)
Resloves elements which are to be evaluated at band level.void
FillReturnValues. setBand(JRFillBand band)
protected void
JRFillComponentElement. setBand(JRFillBand band)
protected void
JRFillCrosstab. setBand(JRFillBand band)
void
JRFillDatasetRun. setBand(JRFillBand band)
protected void
JRFillElement. setBand(JRFillBand band)
void
JRFillElementDataset. setBand(JRFillBand band)
protected void
JRFillSubreport. setBand(JRFillBand band)
-