Uses of Class
net.sf.jasperreports.engine.fill.JRFillChart
-
Packages that use JRFillChart Package Description net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. -
-
Uses of JRFillChart in net.sf.jasperreports.charts.fill
Fields in net.sf.jasperreports.charts.fill declared as JRFillChart Modifier and Type Field Description protected JRFillChartJRFillChartAxis. fillChartThe filled version of thechartfield.Methods in net.sf.jasperreports.charts.fill that return JRFillChart Modifier and Type Method Description JRFillChartJRFillChartAxis. getFillChart()Return the filled version of the chart with the dataset and plot for this axis. -
Uses of JRFillChart in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as JRFillChart Modifier and Type Field Description protected JRFillChartJRAbstractChartCustomizer. chartMethods in net.sf.jasperreports.engine with parameters of type JRFillChart Modifier and Type Method Description voidJRAbstractChartCustomizer. init(JRFillChart chart)Initializes the chart customizer.
-