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.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 |
---|---|
JRChartAxis |
JRChartAxis.clone(JRChart parentChart) |
Modifier and Type | Method and Description |
---|---|
List<JRChartAxis> |
JRMultiAxisPlot.getAxes()
Returns a List of all the children axis.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseChartAxis
Base read-only implementation of
JRChartAxis . |
Modifier and Type | Field and Description |
---|---|
protected List<JRChartAxis> |
JRBaseMultiAxisPlot.axes
All the axes contained in this plot.
|
Modifier and Type | Method and Description |
---|---|
JRChartAxis |
JRBaseChartAxis.clone(JRChart parentChart) |
Modifier and Type | Method and Description |
---|---|
List<JRChartAxis> |
JRBaseMultiAxisPlot.getAxes() |
Constructor and Description |
---|
JRBaseChartAxis(JRChartAxis axis,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignChartAxis
JRChartAxis implementation to be used for report design. |
Modifier and Type | Method and Description |
---|---|
JRChartAxis |
JRDesignChartAxis.clone(JRChart parentChart) |
JRChartAxis |
JRDesignMultiAxisPlot.removeAxis(JRChartAxis axis) |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignMultiAxisPlot.addAxis(int index,
JRChartAxis axis)
Adds an axis to the plot.
|
void |
JRDesignMultiAxisPlot.addAxis(JRChartAxis axis)
Adds an axis to the plot.
|
JRChartAxis |
JRDesignMultiAxisPlot.removeAxis(JRChartAxis axis) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillChartAxis
Describes an axis that can be added to a multiple axis chart.
|
Modifier and Type | Field and Description |
---|---|
protected JRChartAxis |
JRFillChartAxis.parent |
Modifier and Type | Method and Description |
---|---|
JRChartAxis |
JRFillChartAxis.clone(JRChart parentChart) |
Modifier and Type | Method and Description |
---|---|
List<JRChartAxis> |
JRFillMultiAxisPlot.getAxes() |
Constructor and Description |
---|
JRFillChartAxis(JRChartAxis axis,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
JRChartAxis |
JRBaseObjectFactory.getChartAxis(JRChartAxis axis) |
Modifier and Type | Method and Description |
---|---|
JRChartAxis |
JRBaseObjectFactory.getChartAxis(JRChartAxis axis) |
Modifier and Type | Method and Description |
---|---|
JRChartAxis |
JRFillObjectFactory.getChartAxis(JRChartAxis axis) |
Modifier and Type | Method and Description |
---|---|
JRChartAxis |
JRFillObjectFactory.getChartAxis(JRChartAxis axis) |
protected org.jfree.chart.axis.AxisLocation |
DefaultChartTheme.getChartAxisLocation(JRChartAxis chartAxis)
Specifies the axis location.
|
Copyright © 2016. All rights reserved.