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.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.
|
interface |
JRBar3DPlot
Type of plot
used to render Bar 3D and the Stacked Bar 3D charts.
|
interface |
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.
|
interface |
JRBubblePlot
Only Bubble charts use this type of plot.
|
interface |
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels
using expressions.
|
interface |
JRCategoryPlot
Type of plot used for rendering category charts.
|
interface |
JRHighLowPlot
Used only in combination with High-Low charts, this type of plot lets users customize
the labels for both axes, like all the other axis-oriented plots.
|
interface |
JRLinePlot
Type of plot used to render Line charts.
|
interface |
JRMeterPlot
This type of plot can be used only for Meter charts and
represents the display options of a Meter Chart.
|
interface |
JRMultiAxisPlot
Represents the display options and nested charts of a multiple axis chart.
|
interface |
JRPie3DPlot
Type of plot used for rendering Pie 3D charts.
|
interface |
JRPiePlot
Type of plot used for rendering Pie charts.
|
interface |
JRScatterPlot
Scatter plots are used only with Scatter charts.
|
interface |
JRThermometerPlot
Represents the display options of a Thermometer chart.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseAreaPlot |
class |
JRBaseBar3DPlot |
class |
JRBaseBarPlot |
class |
JRBaseBubblePlot |
class |
JRBaseCandlestickPlot |
class |
JRBaseHighLowPlot |
class |
JRBaseLinePlot |
class |
JRBaseMeterPlot
An immutable representation of the layout of a Meter chart.
|
class |
JRBaseMultiAxisPlot
An immutable representation of the layout options of a multiple axis chart.
|
class |
JRBasePie3DPlot |
class |
JRBasePiePlot |
class |
JRBaseScatterPlot |
class |
JRBaseThermometerPlot
An immutable representation of the layout of a thermometer plot.
|
class |
JRBaseTimeSeriesPlot |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignAreaPlot |
class |
JRDesignBar3DPlot |
class |
JRDesignBarPlot |
class |
JRDesignBubblePlot |
class |
JRDesignCandlestickPlot |
class |
JRDesignHighLowPlot |
class |
JRDesignLinePlot |
class |
JRDesignMeterPlot
A meter plot that displays a single value against a range of values.
|
class |
JRDesignMultiAxisPlot
Contains information on how a multiple axis chart should be
displayed.
|
class |
JRDesignPie3DPlot |
class |
JRDesignPiePlot |
class |
JRDesignScatterPlot |
class |
JRDesignThermometerPlot
The layout options of a thermometer chart.
|
class |
JRDesignTimeSeriesPlot |
Modifier and Type | Class and Description |
---|---|
class |
JRFillAreaPlot |
class |
JRFillBar3DPlot |
class |
JRFillBarPlot |
class |
JRFillBubblePlot |
class |
JRFillCandlestickPlot |
class |
JRFillHighLowPlot |
class |
JRFillLinePlot |
class |
JRFillMeterPlot |
class |
JRFillMultiAxisPlot |
class |
JRFillPie3DPlot |
class |
JRFillPiePlot |
class |
JRFillScatterPlot |
class |
JRFillThermometerPlot |
class |
JRFillTimeSeriesPlot |
Modifier and Type | Method and Description |
---|---|
JRChartPlot |
JRChart.getPlot()
Gets the chart plot.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseChartPlot |
Modifier and Type | Field and Description |
---|---|
protected JRChartPlot |
JRBaseChart.plot |
Modifier and Type | Method and Description |
---|---|
JRChartPlot |
JRBaseChart.getPlot() |
Constructor and Description |
---|
JRBaseChartPlot(JRChartPlot plot,
JRBaseObjectFactory factory) |
JRBaseChartPlot(JRChartPlot plot,
JRChart chart) |
Modifier and Type | Field and Description |
---|---|
protected JRChartPlot |
JRDesignChart.plot |
Modifier and Type | Method and Description |
---|---|
JRChartPlot |
JRDesignChart.getPlot() |
Modifier and Type | Class and Description |
---|---|
class |
JRFillChartPlot |
Modifier and Type | Field and Description |
---|---|
protected JRChartPlot |
JRFillChartPlot.parent |
protected JRChartPlot |
JRFillChart.plot |
Modifier and Type | Method and Description |
---|---|
JRChartPlot |
JRFillChart.getPlot() |
protected JRChartPlot |
DefaultChartTheme.getPlot() |
Constructor and Description |
---|
JRFillChartPlot(JRChartPlot plot,
JRFillObjectFactory factory) |
Copyright © 2016. All rights reserved.