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.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 |
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 |
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 |
JRBaseCandlestickPlot |
class |
JRBaseHighLowPlot |
class |
JRBaseLinePlot |
class |
JRBaseTimeSeriesPlot |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignAreaPlot |
class |
JRDesignBar3DPlot |
class |
JRDesignBarPlot |
class |
JRDesignCandlestickPlot |
class |
JRDesignHighLowPlot |
class |
JRDesignLinePlot |
class |
JRDesignTimeSeriesPlot |
Modifier and Type | Class and Description |
---|---|
class |
JRFillAreaPlot |
class |
JRFillBar3DPlot |
class |
JRFillBarPlot |
class |
JRFillCandlestickPlot |
class |
JRFillHighLowPlot |
class |
JRFillLinePlot |
class |
JRFillTimeSeriesPlot |
Modifier and Type | Method and Description |
---|---|
Color |
StyleResolver.getValueAxisLabelColor(JRValueAxisFormat axisFormat,
JRChartPlot plot) |
static Color |
JRStyleResolver.getValueAxisLabelColor(JRValueAxisFormat axisFormat,
JRChartPlot plot)
Deprecated.
|
Color |
StyleResolver.getValueAxisLineColor(JRValueAxisFormat axisFormat,
JRChartPlot plot) |
static Color |
JRStyleResolver.getValueAxisLineColor(JRValueAxisFormat axisFormat,
JRChartPlot plot)
Deprecated.
|
Color |
StyleResolver.getValueAxisTickLabelColor(JRValueAxisFormat axisFormat,
JRChartPlot plot) |
static Color |
JRStyleResolver.getValueAxisTickLabelColor(JRValueAxisFormat axisFormat,
JRChartPlot plot)
Deprecated.
|
Copyright © 2016. All rights reserved.