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.
|
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 |
JRLinePlot
Type of plot used to render Line charts.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseAreaPlot |
class |
JRBaseBar3DPlot |
class |
JRBaseBarPlot |
class |
JRBaseLinePlot |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignAreaPlot |
class |
JRDesignBar3DPlot |
class |
JRDesignBarPlot |
class |
JRDesignLinePlot |
Modifier and Type | Class and Description |
---|---|
class |
JRFillAreaPlot |
class |
JRFillBar3DPlot |
class |
JRFillBarPlot |
class |
JRFillLinePlot |
Copyright © 2017. All rights reserved.