Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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.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).
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<JRChartPlot.JRSeriesColor> |
JRChartPlot.getSeriesColors()
Returns a list of all the defined series colors.
|
Modifier and Type | Method and Description |
---|---|
void |
JRChartPlot.addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
Adds the specified series color to the plot.
|
Modifier and Type | Method and Description |
---|---|
void |
JRChartPlot.setSeriesColors(java.util.Collection<JRChartPlot.JRSeriesColor> colors)
Set the list of series colors.
|
Modifier and Type | Class and Description |
---|---|
static class |
JRBaseChartPlot.JRBaseSeriesColor |
Modifier and Type | Field and Description |
---|---|
protected java.util.SortedSet<JRChartPlot.JRSeriesColor> |
JRBaseChartPlot.seriesColors |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<JRChartPlot.JRSeriesColor> |
JRBaseChartPlot.getSeriesColors()
Returns a list of all the defined series colors.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBaseChartPlot.addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
Adds the specified series color to the plot.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBaseChartPlot.setSeriesColors(java.util.Collection<JRChartPlot.JRSeriesColor> colors) |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<JRChartPlot.JRSeriesColor> |
JRFillChartPlot.getSeriesColors()
Returns a list of all the defined series colors.
|
Modifier and Type | Method and Description |
---|---|
void |
JRFillChartPlot.addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
Adds the specified series color to the plot.
|
Modifier and Type | Method and Description |
---|---|
void |
JRFillChartPlot.setSeriesColors(java.util.Collection<JRChartPlot.JRSeriesColor> colors) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com