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 |
Provides access to the library's main functionality through facade 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.convert | |
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
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).
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRChart |
ChartContext.getChart() |
JRChart |
JRValueDisplay.getChart() |
JRChart |
JRItemLabel.getChart() |
JRChart |
JRChartAxis.getChart()
Returns the chart that contains the dataset and plot to use for this
axis.
|
Modifier and Type | Method and Description |
---|---|
JRValueDisplay |
JRValueDisplay.clone(JRChart parentChart) |
JRItemLabel |
JRItemLabel.clone(JRChart parentChart)
Returns the item label formatting mask.
|
JRChartAxis |
JRChartAxis.clone(JRChart parentChart) |
Modifier and Type | Field and Description |
---|---|
protected JRChart |
JRBaseChartAxis.chart
The Chart object containing the dataset and plot to use with this axis.
|
protected JRChart |
JRBaseItemLabel.chart |
protected JRChart |
JRBaseValueDisplay.chart |
Modifier and Type | Method and Description |
---|---|
JRChart |
JRBaseChartAxis.getChart()
Returns the chart that contains the dataset and plot to use for this
axis.
|
JRChart |
JRBaseItemLabel.getChart() |
JRChart |
JRBaseValueDisplay.getChart() |
Modifier and Type | Method and Description |
---|---|
Object |
JRBaseHighLowPlot.clone(JRChart parentChart) |
Object |
JRBaseScatterPlot.clone(JRChart parentChart) |
JRChartAxis |
JRBaseChartAxis.clone(JRChart parentChart) |
Object |
JRBaseLinePlot.clone(JRChart parentChart) |
Object |
JRBasePiePlot.clone(JRChart parentChart) |
Object |
JRBaseBubblePlot.clone(JRChart parentChart) |
Object |
JRBaseAreaPlot.clone(JRChart parentChart) |
Object |
JRBaseCandlestickPlot.clone(JRChart parentChart) |
Object |
JRBaseBarPlot.clone(JRChart parentChart) |
Object |
JRBaseThermometerPlot.clone(JRChart parentChart) |
JRItemLabel |
JRBaseItemLabel.clone(JRChart parentChart) |
JRBaseValueDisplay |
JRBaseValueDisplay.clone(JRChart parentChart) |
Object |
JRBaseTimeSeriesPlot.clone(JRChart parentChart) |
Object |
JRBaseBar3DPlot.clone(JRChart parentChart) |
Object |
JRBaseMultiAxisPlot.clone(JRChart parentChart) |
Object |
JRBasePie3DPlot.clone(JRChart parentChart) |
Object |
JRBaseMeterPlot.clone(JRChart parentChart) |
Constructor and Description |
---|
JRBaseAreaPlot(JRChartPlot plot,
JRChart chart) |
JRBaseBar3DPlot(JRChartPlot plot,
JRChart chart) |
JRBaseBarPlot(JRChartPlot plot,
JRChart chart) |
JRBaseBubblePlot(JRChartPlot plot,
JRChart chart) |
JRBaseCandlestickPlot(JRChartPlot plot,
JRChart chart) |
JRBaseHighLowPlot(JRChartPlot plot,
JRChart chart) |
JRBaseItemLabel(JRItemLabel itemLabel,
JRChart chart)
Constructs a copy of an existing item label specification.
|
JRBaseLinePlot(JRChartPlot plot,
JRChart chart) |
JRBaseMeterPlot(JRChartPlot plot,
JRChart chart)
Constructs a copy of an existing meter.
|
JRBaseMultiAxisPlot(JRChartPlot multiAxisPlot,
JRChart chart)
Constructs a copy of an existing multiple axis chart plot.
|
JRBasePie3DPlot(JRChartPlot chartPlot,
JRChart chart) |
JRBasePiePlot(JRChartPlot chartPlot,
JRChart chart) |
JRBaseScatterPlot(JRChartPlot plot,
JRChart chart) |
JRBaseThermometerPlot(JRChartPlot plot,
JRChart chart)
Constructs a new thermometer plot that is a copy of an existing one.
|
JRBaseTimeSeriesPlot(JRChartPlot plot,
JRChart chart) |
JRBaseValueDisplay(JRValueDisplay valueDisplay,
JRChart chart)
Constructs a copy of an existing value format specification.
|
Modifier and Type | Method and Description |
---|---|
JRChartAxis |
JRDesignChartAxis.clone(JRChart parentChart) |
Constructor and Description |
---|
JRDesignAreaPlot(JRChartPlot plot,
JRChart chart) |
JRDesignBar3DPlot(JRChartPlot plot,
JRChart chart) |
JRDesignBarPlot(JRChartPlot plot,
JRChart chart) |
JRDesignBubblePlot(JRChartPlot plot,
JRChart chart) |
JRDesignCandlestickPlot(JRChartPlot plot,
JRChart chart) |
JRDesignHighLowPlot(JRChartPlot plot,
JRChart chart) |
JRDesignItemLabel(JRItemLabel itemLabel,
JRChart chart)
Constructs a new item label that is a copy of an existing one.
|
JRDesignLinePlot(JRChartPlot plot,
JRChart chart) |
JRDesignMeterPlot(JRChartPlot plot,
JRChart chart)
Construct a new meter plot by copying an existing one.
|
JRDesignMultiAxisPlot(JRChartPlot multiAxisPlot,
JRChart chart)
Constructs a new plot by copying an existing one.
|
JRDesignPie3DPlot(JRChartPlot pie3DPlot,
JRChart chart) |
JRDesignPiePlot(JRChartPlot piePlot,
JRChart chart) |
JRDesignScatterPlot(JRChartPlot plot,
JRChart chart) |
JRDesignThermometerPlot(JRChartPlot plot,
JRChart chart)
Constructs a new plot that is a copy of an existing one.
|
JRDesignTimeSeriesPlot(JRChartPlot plot,
JRChart chart) |
JRDesignValueDisplay(JRValueDisplay valueDisplay,
JRChart chart)
Constructs a new value display that is a copy of an existing one.
|
Modifier and Type | Field and Description |
---|---|
protected JRChart |
JRFillItemLabel.chart |
protected JRChart |
JRFillValueDisplay.chart |
Modifier and Type | Method and Description |
---|---|
JRChart |
JRFillChartAxis.getChart() |
JRChart |
JRFillItemLabel.getChart() |
JRChart |
JRFillValueDisplay.getChart() |
Modifier and Type | Method and Description |
---|---|
JRChartAxis |
JRFillChartAxis.clone(JRChart parentChart) |
JRItemLabel |
JRFillItemLabel.clone(JRChart parentChart) |
JRValueDisplay |
JRFillValueDisplay.clone(JRChart parentChart) |
Modifier and Type | Method and Description |
---|---|
JRChart |
JRChartPlot.getChart()
Gets the chart associated with this chart plot, if available.
|
Modifier and Type | Method and Description |
---|---|
Object |
JRChartPlot.clone(JRChart parentChart) |
void |
JRExpressionCollector.collect(JRChart chart) |
void |
JRChartCustomizer.customize(org.jfree.chart.JFreeChart chart,
JRChart jasperChart)
This method is called at fill time, before the chart is rendered.
|
void |
JRVisitor.visitChart(JRChart chart) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseChart |
Modifier and Type | Field and Description |
---|---|
protected JRChart |
JRBaseChartPlot.chart |
Modifier and Type | Method and Description |
---|---|
JRChart |
JRBaseChartPlot.getChart() |
Modifier and Type | Method and Description |
---|---|
Object |
JRBaseChartPlot.clone(JRChart parentChart) |
void |
JRBaseObjectFactory.visitChart(JRChart chart) |
Constructor and Description |
---|
JRBaseChart(JRChart chart,
JRBaseObjectFactory factory) |
JRBaseChartPlot(JRChartPlot plot,
JRChart chart) |
Modifier and Type | Method and Description |
---|---|
JRChart |
ConvertChartContext.getChart() |
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitChart(JRChart chart) |
Constructor and Description |
---|
ConvertChartContext(ReportConverter reportConverter,
JRChart chart) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignChart |
Modifier and Type | Class and Description |
---|---|
class |
JRFillChart |
Modifier and Type | Field and Description |
---|---|
protected JRChart |
JRFillChartPlot.chart |
Modifier and Type | Method and Description |
---|---|
protected JRChart |
DefaultChartTheme.getChart() |
JRChart |
JRFillChartPlot.getChart() |
Modifier and Type | Method and Description |
---|---|
Object |
JRFillChartPlot.clone(JRChart parentChart) |
protected void |
JRTemplateImage.setChart(JRChart chart) |
void |
JRFillObjectFactory.visitChart(JRChart chart) |
Constructor and Description |
---|
JRFillChart(JRBaseFiller filler,
JRChart chart,
JRFillObjectFactory factory) |
JRTemplateImage(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRChart chart) |
Modifier and Type | Method and Description |
---|---|
static Color |
JRStyleResolver.getLegendBackgroundColor(JRChart chart)
Deprecated.
|
Color |
StyleResolver.getLegendBackgroundColor(JRChart chart) |
static Color |
JRStyleResolver.getLegendColor(JRChart chart)
Deprecated.
|
Color |
StyleResolver.getLegendColor(JRChart chart) |
static Color |
JRStyleResolver.getSubtitleColor(JRChart chart)
Deprecated.
|
Color |
StyleResolver.getSubtitleColor(JRChart chart) |
static Color |
JRStyleResolver.getTitleColor(JRChart chart)
Deprecated.
|
Color |
StyleResolver.getTitleColor(JRChart chart) |
void |
UniformElementVisitor.visitChart(JRChart chart) |
void |
JRVisitorSupport.visitChart(JRChart chart) |
void |
JRDelegationVisitor.visitChart(JRChart chart) |
void |
JRApiWriter.writeAreaChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeBar3DChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeBarChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeBubbleChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeCandlestickChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeChartTag(JRChart chart,
String chartName) |
void |
JRApiWriter.writeGanttChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeHighLowChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeLineChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeMeterChart(JRChart chart,
String chartName)
Writes the definition of a meter chart to the output stream.
|
void |
JRApiWriter.writeMultiAxisChart(JRChart chart,
String chartName)
Writes the definition of a multiple axis chart to the output stream.
|
void |
JRApiWriter.writePie3DChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writePieChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeScatterChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeStackedAreaChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeStackedBar3DChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeStackedBarChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeThermometerChart(JRChart chart,
String chartName)
Writes the description of a thermometer chart to the output stream.
|
void |
JRApiWriter.writeTimeSeriesChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeXyAreaChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeXyBarChart(JRChart chart,
String chartName) |
void |
JRApiWriter.writeXyLineChart(JRChart chart,
String chartName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitChart(JRChart chart) |
void |
JRXmlWriter.writeAreaChart(JRChart chart) |
void |
JRXmlWriter.writeBar3DChart(JRChart chart) |
void |
JRXmlWriter.writeBarChart(JRChart chart) |
void |
JRXmlWriter.writeBubbleChart(JRChart chart) |
void |
JRXmlWriter.writeCandlestickChart(JRChart chart) |
void |
JRXmlWriter.writeChartTag(JRChart chart) |
void |
JRXmlWriter.writeGanttChart(JRChart chart) |
void |
JRXmlWriter.writeHighLowChart(JRChart chart) |
void |
JRXmlWriter.writeLineChart(JRChart chart) |
void |
JRXmlWriter.writeMeterChart(JRChart chart)
Writes the definition of a meter chart to the output stream.
|
void |
JRXmlWriter.writeMultiAxisChart(JRChart chart)
Writes the definition of a multiple axis chart to the output stream.
|
void |
JRXmlWriter.writePie3DChart(JRChart chart) |
void |
JRXmlWriter.writePieChart(JRChart chart) |
void |
JRXmlWriter.writeScatterChart(JRChart chart) |
void |
JRXmlWriter.writeStackedAreaChart(JRChart chart) |
void |
JRXmlWriter.writeStackedBar3DChart(JRChart chart) |
void |
JRXmlWriter.writeStackedBarChart(JRChart chart) |
void |
JRXmlWriter.writeThermometerChart(JRChart chart)
Writes the description of a thermometer chart to the output stream.
|
void |
JRXmlWriter.writeTimeSeriesChart(JRChart chart) |
void |
JRXmlWriter.writeXyAreaChart(JRChart chart) |
void |
JRXmlWriter.writeXyBarChart(JRChart chart) |
void |
JRXmlWriter.writeXyLineChart(JRChart chart) |
Copyright © 2016. All rights reserved.