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 |
JRBubblePlot
Only Bubble charts use this type of plot.
|
interface |
JRScatterPlot
Scatter plots are used only with Scatter charts.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseBubblePlot |
class |
JRBaseScatterPlot |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignBubblePlot |
class |
JRDesignScatterPlot |
Modifier and Type | Class and Description |
---|---|
class |
JRFillBubblePlot |
class |
JRFillScatterPlot |
Modifier and Type | Method and Description |
---|---|
Color |
StyleResolver.getXAxisLabelColor(JRXAxisFormat axisFormat,
JRChartPlot plot) |
static Color |
JRStyleResolver.getXAxisLabelColor(JRXAxisFormat axisFormat,
JRChartPlot plot)
Deprecated.
|
Color |
StyleResolver.getXAxisLineColor(JRXAxisFormat axisFormat,
JRChartPlot plot) |
static Color |
JRStyleResolver.getXAxisLineColor(JRXAxisFormat axisFormat,
JRChartPlot plot)
Deprecated.
|
Color |
StyleResolver.getXAxisTickLabelColor(JRXAxisFormat axisFormat,
JRChartPlot plot) |
static Color |
JRStyleResolver.getXAxisTickLabelColor(JRXAxisFormat axisFormat,
JRChartPlot plot)
Deprecated.
|
Copyright © 2017. All rights reserved.