Uses of Class
net.sf.jasperreports.charts.fill.JRFillChart
Packages that use JRFillChart
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains fill time implementations for chart related interfaces.
-
Uses of JRFillChart in net.sf.jasperreports.charts
Fields in net.sf.jasperreports.charts declared as JRFillChartMethods in net.sf.jasperreports.charts with parameters of type JRFillChartModifier and TypeMethodDescriptionvoid
JRAbstractChartCustomizer.init
(JRFillChart chart) Initializes the chart customizer. -
Uses of JRFillChart in net.sf.jasperreports.charts.fill
Subclasses of JRFillChart in net.sf.jasperreports.charts.fillFields in net.sf.jasperreports.charts.fill declared as JRFillChartModifier and TypeFieldDescriptionprotected JRFillChart
JRFillChartAxis.fillChart
The filled version of thechart
field.Methods in net.sf.jasperreports.charts.fill that return JRFillChartModifier and TypeMethodDescriptionJRFillChartAxis.getFillChart()
Return the filled version of the chart with the dataset and plot for this axis.Constructors in net.sf.jasperreports.charts.fill with parameters of type JRFillChartModifierConstructorDescriptionprotected
JRFillChartForAxis
(JRFillChart fillChart, ChartsFillObjectFactory factory, JRChart parentChart)