Uses of Interface
net.sf.jasperreports.charts.JRScatterPlot
-
Packages that use JRScatterPlot Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill 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 JRScatterPlot Modifier and Type Method Description void
ChartsExpressionCollector. collect(JRScatterPlot scatterPlot)
-
Uses of JRScatterPlot in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRScatterPlot Modifier and Type Class Description class
JRBaseScatterPlot
Methods in net.sf.jasperreports.charts.base that return JRScatterPlot Modifier and Type Method Description JRScatterPlot
ChartsBaseObjectFactory. getScatterPlot(JRScatterPlot scatterPlot)
Methods in net.sf.jasperreports.charts.base with parameters of type JRScatterPlot Modifier and Type Method Description JRScatterPlot
ChartsBaseObjectFactory. getScatterPlot(JRScatterPlot scatterPlot)
Constructors in net.sf.jasperreports.charts.base with parameters of type JRScatterPlot Constructor Description JRBaseScatterPlot(JRScatterPlot scatterPlot, ChartsBaseObjectFactory factory)
-
Uses of JRScatterPlot in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRScatterPlot Modifier and Type Class Description class
JRDesignScatterPlot
-
Uses of JRScatterPlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRScatterPlot Modifier and Type Class Description class
JRFillScatterPlot
Methods in net.sf.jasperreports.charts.fill that return JRScatterPlot Modifier and Type Method Description JRScatterPlot
ChartsFillObjectFactory. getScatterPlot(JRScatterPlot scatterPlot)
Methods in net.sf.jasperreports.charts.fill with parameters of type JRScatterPlot Modifier and Type Method Description JRScatterPlot
ChartsFillObjectFactory. getScatterPlot(JRScatterPlot scatterPlot)
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRScatterPlot Constructor Description JRFillScatterPlot(JRScatterPlot plot, ChartsFillObjectFactory factory)
-