Uses of Interface
net.sf.jasperreports.charts.JRScatterPlot
Packages that use JRScatterPlot
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
-
Uses of JRScatterPlot in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts with parameters of type JRScatterPlotModifier and TypeMethodDescriptionvoidChartsExpressionCollector.collect(JRScatterPlot scatterPlot) -
Uses of JRScatterPlot in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRScatterPlotMethods in net.sf.jasperreports.charts.base that return JRScatterPlotModifier and TypeMethodDescriptionChartsBaseObjectFactory.getScatterPlot(JRScatterPlot scatterPlot) Methods in net.sf.jasperreports.charts.base with parameters of type JRScatterPlotModifier and TypeMethodDescriptionChartsBaseObjectFactory.getScatterPlot(JRScatterPlot scatterPlot) Constructors in net.sf.jasperreports.charts.base with parameters of type JRScatterPlotModifierConstructorDescriptionJRBaseScatterPlot(JRScatterPlot scatterPlot, ChartsBaseObjectFactory factory) -
Uses of JRScatterPlot in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRScatterPlot -
Uses of JRScatterPlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRScatterPlotMethods in net.sf.jasperreports.charts.fill that return JRScatterPlotModifier and TypeMethodDescriptionChartsFillObjectFactory.getScatterPlot(JRScatterPlot scatterPlot) Methods in net.sf.jasperreports.charts.fill with parameters of type JRScatterPlotModifier and TypeMethodDescriptionChartsFillObjectFactory.getScatterPlot(JRScatterPlot scatterPlot) Constructors in net.sf.jasperreports.charts.fill with parameters of type JRScatterPlotModifierConstructorDescriptionJRFillScatterPlot(JRScatterPlot plot, ChartsFillObjectFactory factory)