Uses of Interface
net.sf.jasperreports.engine.JRChart

Packages that use JRChart
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 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.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 Utility classes. 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of JRChart in net.sf.jasperreports.charts
 

Methods in net.sf.jasperreports.charts that return JRChart
 JRChart JRItemLabel.getChart()
           
 JRChart ChartContext.getChart()
           
 JRChart JRValueDisplay.getChart()
           
 JRChart JRChartAxis.getChart()
          Returns the chart that contains the dataset and plot to use for this axis.
 

Uses of JRChart in net.sf.jasperreports.charts.base
 

Fields in net.sf.jasperreports.charts.base declared as JRChart
protected  JRChart JRBaseValueDisplay.chart
           
protected  JRChart JRBaseItemLabel.chart
           
protected  JRChart JRBaseChartAxis.chart
          The Chart object containing the dataset and plot to use with this axis.
 

Methods in net.sf.jasperreports.charts.base that return JRChart
 JRChart JRBaseValueDisplay.getChart()
           
 JRChart JRBaseItemLabel.getChart()
           
 JRChart JRBaseChartAxis.getChart()
          Returns the chart that contains the dataset and plot to use for this axis.
 

Methods in net.sf.jasperreports.charts.base with parameters of type JRChart
 java.lang.Object JRBaseTimeSeriesPlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseBarPlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseHighLowPlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseMultiAxisPlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseBar3DPlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseMeterPlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseLinePlot.clone(JRChart parentChart)
           
 java.lang.Object JRBasePiePlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseBubblePlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseScatterPlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseAreaPlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseThermometerPlot.clone(JRChart parentChart)
           
 java.lang.Object JRBaseCandlestickPlot.clone(JRChart parentChart)
           
 

Constructors in net.sf.jasperreports.charts.base with parameters of type JRChart
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.
 

Uses of JRChart in net.sf.jasperreports.charts.design
 

Constructors in net.sf.jasperreports.charts.design with parameters of type JRChart
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.
 

Uses of JRChart in net.sf.jasperreports.charts.fill
 

Fields in net.sf.jasperreports.charts.fill declared as JRChart
protected  JRChart JRFillItemLabel.chart
           
protected  JRChart JRFillValueDisplay.chart
           
 

Methods in net.sf.jasperreports.charts.fill that return JRChart
 JRChart JRFillItemLabel.getChart()
           
 JRChart JRFillValueDisplay.getChart()
           
 JRChart JRFillChartAxis.getChart()
           
 

Uses of JRChart in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRChart
 JRChart JRChartPlot.getChart()
          Gets the chart associated with this chart plot, if available.
 

Methods in net.sf.jasperreports.engine with parameters of type JRChart
 java.lang.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)
           
 

Uses of JRChart in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRChart
 class JRBaseChart
           
 

Fields in net.sf.jasperreports.engine.base declared as JRChart
protected  JRChart JRBaseChartPlot.chart
           
 

Methods in net.sf.jasperreports.engine.base that return JRChart
 JRChart JRBaseChartPlot.getChart()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRChart
 java.lang.Object JRBaseChartPlot.clone(JRChart parentChart)
           
 void JRBaseObjectFactory.visitChart(JRChart chart)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRChart
JRBaseChart(JRChart chart, JRBaseObjectFactory factory)
           
JRBaseChartPlot(JRChartPlot plot, JRChart chart)
           
 

Uses of JRChart in net.sf.jasperreports.engine.convert
 

Methods in net.sf.jasperreports.engine.convert that return JRChart
 JRChart ConvertChartContext.getChart()
           
 

Methods in net.sf.jasperreports.engine.convert with parameters of type JRChart
 void ConvertVisitor.visitChart(JRChart chart)
           
 

Constructors in net.sf.jasperreports.engine.convert with parameters of type JRChart
ConvertChartContext(JRChart chart)
           
 

Uses of JRChart in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRChart
 class JRDesignChart
           
 

Uses of JRChart in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRChart
 class JRFillChart
           
 

Fields in net.sf.jasperreports.engine.fill declared as JRChart
protected  JRChart JRFillChartPlot.chart
           
 

Methods in net.sf.jasperreports.engine.fill that return JRChart
protected  JRChart DefaultChartTheme.getChart()
           
 JRChart JRFillChartPlot.getChart()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRChart
 java.lang.Object JRFillChartPlot.clone(JRChart parentChart)
           
protected  void JRTemplateImage.setChart(JRChart chart)
           
 void JRFillObjectFactory.visitChart(JRChart chart)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRChart
JRFillChart(JRBaseFiller filler, JRChart chart, JRFillObjectFactory factory)
           
JRTemplateImage(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRChart chart)
           
 

Uses of JRChart in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRChart
static java.awt.Color JRStyleResolver.getLegendBackgroundColor(JRChart chart)
           
static java.awt.Color JRStyleResolver.getLegendColor(JRChart chart)
           
static java.awt.Color JRStyleResolver.getSubtitleColor(JRChart chart)
           
static java.awt.Color JRStyleResolver.getTitleColor(JRChart chart)
           
 void JRVisitorSupport.visitChart(JRChart chart)
           
 void JRDelegationVisitor.visitChart(JRChart chart)
           
 void UniformElementVisitor.visitChart(JRChart chart)
           
 void JRApiWriter.writeAreaChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeBar3DChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeBarChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeBubbleChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeCandlestickChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeChartTag(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeGanttChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeHighLowChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeLineChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeMeterChart(JRChart chart, java.lang.String chartName)
          Writes the definition of a meter chart to the output stream.
 void JRApiWriter.writeMultiAxisChart(JRChart chart, java.lang.String chartName)
          Writes the definition of a multiple axis chart to the output stream.
 void JRApiWriter.writePie3DChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writePieChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeScatterChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeStackedAreaChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeStackedBar3DChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeStackedBarChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeThermometerChart(JRChart chart, java.lang.String chartName)
          Writes the description of a thermometer chart to the output stream.
 void JRApiWriter.writeTimeSeriesChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeXyAreaChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeXyBarChart(JRChart chart, java.lang.String chartName)
           
 void JRApiWriter.writeXyLineChart(JRChart chart, java.lang.String chartName)
           
 

Uses of JRChart in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRChart
 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)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com