Uses of Class
net.sf.jasperreports.charts.fill.JRFillChart
-
Packages that use JRFillChart Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. -
-
Uses of JRFillChart in net.sf.jasperreports.charts
Fields in net.sf.jasperreports.charts declared as JRFillChart Modifier and Type Field Description protected JRFillChart
JRAbstractChartCustomizer. chart
Methods in net.sf.jasperreports.charts with parameters of type JRFillChart Modifier and Type Method Description void
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.fill Modifier and Type Class Description class
JRFillChartForAxis
Fields in net.sf.jasperreports.charts.fill declared as JRFillChart Modifier and Type Field Description protected JRFillChart
JRFillChartAxis. fillChart
The filled version of thechart
field.Methods in net.sf.jasperreports.charts.fill that return JRFillChart Modifier and Type Method Description JRFillChart
JRFillChartAxis. 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 JRFillChart Constructor Description JRFillChartForAxis(JRFillChart fillChart, ChartsFillObjectFactory factory, JRChart parentChart)
-