Uses of Interface
net.sf.jasperreports.charts.JRCommonLinePlot
-
Packages that use JRCommonLinePlot 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 JRCommonLinePlot in net.sf.jasperreports.charts
Subinterfaces of JRCommonLinePlot in net.sf.jasperreports.charts Modifier and Type Interface Description interface
JRLinePlot
Type of plot used to render Line charts.interface
JRScatterPlot
Scatter plots are used only with Scatter charts.interface
JRTimeSeriesPlot
This type of plot is similar to the Line plot and Scatter plot in that it lets users configure the labels for both axes, the rendering of lines to connect the item points, and the rendering of the small shapes that mark each item point on the target plot area. -
Uses of JRCommonLinePlot in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRCommonLinePlot Modifier and Type Class Description class
JRBaseLinePlot
class
JRBaseScatterPlot
class
JRBaseTimeSeriesPlot
-
Uses of JRCommonLinePlot in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRCommonLinePlot Modifier and Type Class Description class
JRDesignLinePlot
class
JRDesignScatterPlot
class
JRDesignTimeSeriesPlot
-
Uses of JRCommonLinePlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRCommonLinePlot Modifier and Type Class Description class
JRFillLinePlot
class
JRFillScatterPlot
class
JRFillTimeSeriesPlot
-