Uses of Interface
net.sf.jasperreports.engine.JRChart
-
Packages that use JRChart 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. -
-
Uses of JRChart in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRChart Modifier and Type Method Description JRChartChartContext. getChart()JRChartJRChartAxis. getChart()Returns the chart that contains the dataset and plot to use for this axis.JRChartJRItemLabel. getChart()JRChartJRValueDisplay. getChart()Methods in net.sf.jasperreports.charts with parameters of type JRChart Modifier and Type Method Description JRChartAxisJRChartAxis. clone(JRChart parentChart)JRItemLabelJRItemLabel. clone(JRChart parentChart)Returns the item label formatting mask.JRValueDisplayJRValueDisplay. clone(JRChart parentChart)JRItemLabelChartCopyObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart) -
Uses of JRChart in net.sf.jasperreports.charts.base
Fields in net.sf.jasperreports.charts.base declared as JRChart Modifier and Type Field Description protected JRChartJRBaseChartAxis. chartThe Chart object containing the dataset and plot to use with this axis.protected JRChartJRBaseItemLabel. chartprotected JRChartJRBaseValueDisplay. chartMethods in net.sf.jasperreports.charts.base that return JRChart Modifier and Type Method Description JRChartJRBaseChartAxis. getChart()Returns the chart that contains the dataset and plot to use for this axis.JRChartJRBaseItemLabel. getChart()JRChartJRBaseValueDisplay. getChart()Methods in net.sf.jasperreports.charts.base with parameters of type JRChart Modifier and Type Method Description ObjectJRBaseAreaPlot. clone(JRChart parentChart)ObjectJRBaseBar3DPlot. clone(JRChart parentChart)ObjectJRBaseBarPlot. clone(JRChart parentChart)ObjectJRBaseBubblePlot. clone(JRChart parentChart)ObjectJRBaseCandlestickPlot. clone(JRChart parentChart)JRChartAxisJRBaseChartAxis. clone(JRChart parentChart)ObjectJRBaseHighLowPlot. clone(JRChart parentChart)JRItemLabelJRBaseItemLabel. clone(JRChart parentChart)ObjectJRBaseLinePlot. clone(JRChart parentChart)ObjectJRBaseMeterPlot. clone(JRChart parentChart)ObjectJRBaseMultiAxisPlot. clone(JRChart parentChart)ObjectJRBasePie3DPlot. clone(JRChart parentChart)ObjectJRBasePiePlot. clone(JRChart parentChart)ObjectJRBaseScatterPlot. clone(JRChart parentChart)ObjectJRBaseThermometerPlot. clone(JRChart parentChart)ObjectJRBaseTimeSeriesPlot. clone(JRChart parentChart)JRBaseValueDisplayJRBaseValueDisplay. clone(JRChart parentChart)JRItemLabelChartCopyBaseObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)Constructors in net.sf.jasperreports.charts.base with parameters of type JRChart Constructor Description JRBaseAreaPlot(JRChartPlot plot, JRChart chart)JRBaseBar3DPlot(JRChartPlot plot, JRChart chart)JRBaseBar3DPlot(JRChartPlot plot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)JRBaseBarPlot(JRChartPlot plot, JRChart chart)JRBaseBarPlot(JRChartPlot plot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)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)JRBasePie3DPlot(JRChartPlot chartPlot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)JRBasePiePlot(JRChartPlot chartPlot, JRChart chart)JRBasePiePlot(JRChartPlot chartPlot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)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
Methods in net.sf.jasperreports.charts.design with parameters of type JRChart Modifier and Type Method Description JRChartAxisJRDesignChartAxis. clone(JRChart parentChart)JRItemLabelChartCopyDesignObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)Constructors in net.sf.jasperreports.charts.design with parameters of type JRChart Constructor 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. -
Uses of JRChart in net.sf.jasperreports.charts.fill
Fields in net.sf.jasperreports.charts.fill declared as JRChart Modifier and Type Field Description protected JRChartJRFillItemLabel. chartprotected JRChartJRFillValueDisplay. chartMethods in net.sf.jasperreports.charts.fill that return JRChart Modifier and Type Method Description JRChartJRFillChartAxis. getChart()JRChartJRFillItemLabel. getChart()JRChartJRFillValueDisplay. getChart()Methods in net.sf.jasperreports.charts.fill with parameters of type JRChart Modifier and Type Method Description JRChartAxisJRFillChartAxis. clone(JRChart parentChart)JRItemLabelJRFillItemLabel. clone(JRChart parentChart)JRValueDisplayJRFillValueDisplay. clone(JRChart parentChart) -
Uses of JRChart in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRChart Modifier and Type Method Description JRChartJRChartPlot. getChart()Gets the chart associated with this chart plot, if available.Methods in net.sf.jasperreports.engine with parameters of type JRChart Modifier and Type Method Description ObjectJRChartPlot. clone(JRChart parentChart)voidJRExpressionCollector. collect(JRChart chart)voidJRChartCustomizer. customize(org.jfree.chart.JFreeChart chart, JRChart jasperChart)This method is called at fill time, before the chart is rendered.voidJRVisitor. visitChart(JRChart chart) -
Uses of JRChart in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRChart Modifier and Type Class Description classJRBaseChartFields in net.sf.jasperreports.engine.base declared as JRChart Modifier and Type Field Description protected JRChartJRBaseChartPlot. chartMethods in net.sf.jasperreports.engine.base that return JRChart Modifier and Type Method Description JRChartJRBaseChartPlot. getChart()Methods in net.sf.jasperreports.engine.base with parameters of type JRChart Modifier and Type Method Description ObjectJRBaseChartPlot. clone(JRChart parentChart)voidJRBaseObjectFactory. visitChart(JRChart chart)Constructors in net.sf.jasperreports.engine.base with parameters of type JRChart Constructor Description 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 Modifier and Type Method Description JRChartConvertChartContext. getChart()Methods in net.sf.jasperreports.engine.convert with parameters of type JRChart Modifier and Type Method Description voidConvertVisitor. visitChart(JRChart chart)Constructors in net.sf.jasperreports.engine.convert with parameters of type JRChart Constructor Description ConvertChartContext(ReportConverter reportConverter, JRChart chart) -
Uses of JRChart in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRChart Modifier and Type Class Description classJRDesignChart -
Uses of JRChart in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRChart Modifier and Type Class Description classJRFillChartFields in net.sf.jasperreports.engine.fill declared as JRChart Modifier and Type Field Description protected JRChartJRFillChartPlot. chartMethods in net.sf.jasperreports.engine.fill that return JRChart Modifier and Type Method Description protected JRChartDefaultChartTheme. getChart()JRChartJRFillChartPlot. getChart()Methods in net.sf.jasperreports.engine.fill with parameters of type JRChart Modifier and Type Method Description ObjectJRFillChartPlot. clone(JRChart parentChart)protected voidJRTemplateImage. setChart(JRChart chart)voidJRFillObjectFactory. visitChart(JRChart chart)Constructors in net.sf.jasperreports.engine.fill with parameters of type JRChart Constructor Description 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 Modifier and Type Method Description ColorStyleResolver. getLegendBackgroundColor(JRChart chart)ColorStyleResolver. getLegendColor(JRChart chart)ColorStyleResolver. getSubtitleColor(JRChart chart)ColorStyleResolver. getTitleColor(JRChart chart)voidJRDelegationVisitor. visitChart(JRChart chart)voidJRVisitorSupport. visitChart(JRChart chart)voidUniformElementVisitor. visitChart(JRChart chart)voidJRApiWriter. writeAreaChart(JRChart chart, String chartName)voidJRApiWriter. writeBar3DChart(JRChart chart, String chartName)voidJRApiWriter. writeBarChart(JRChart chart, String chartName)voidJRApiWriter. writeBubbleChart(JRChart chart, String chartName)voidJRApiWriter. writeCandlestickChart(JRChart chart, String chartName)voidJRApiWriter. writeChartTag(JRChart chart, String chartName)voidJRApiWriter. writeGanttChart(JRChart chart, String chartName)voidJRApiWriter. writeHighLowChart(JRChart chart, String chartName)voidJRApiWriter. writeLineChart(JRChart chart, String chartName)voidJRApiWriter. writeMeterChart(JRChart chart, String chartName)Writes the definition of a meter chart to the output stream.voidJRApiWriter. writeMultiAxisChart(JRChart chart, String chartName)Writes the definition of a multiple axis chart to the output stream.voidJRApiWriter. writePie3DChart(JRChart chart, String chartName)voidJRApiWriter. writePieChart(JRChart chart, String chartName)voidJRApiWriter. writeScatterChart(JRChart chart, String chartName)voidJRApiWriter. writeStackedAreaChart(JRChart chart, String chartName)voidJRApiWriter. writeStackedBar3DChart(JRChart chart, String chartName)voidJRApiWriter. writeStackedBarChart(JRChart chart, String chartName)voidJRApiWriter. writeThermometerChart(JRChart chart, String chartName)Writes the description of a thermometer chart to the output stream.voidJRApiWriter. writeTimeSeriesChart(JRChart chart, String chartName)voidJRApiWriter. writeXyAreaChart(JRChart chart, String chartName)voidJRApiWriter. writeXyBarChart(JRChart chart, String chartName)voidJRApiWriter. writeXyLineChart(JRChart chart, String chartName) -
Uses of JRChart in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRChart Modifier and Type Method Description voidXmlWriterVisitor. visitChart(JRChart chart)voidJRXmlWriter. writeAreaChart(JRChart chart)voidJRXmlWriter. writeBar3DChart(JRChart chart)voidJRXmlWriter. writeBarChart(JRChart chart)voidJRXmlWriter. writeBubbleChart(JRChart chart)voidJRXmlWriter. writeCandlestickChart(JRChart chart)voidJRXmlWriter. writeChartTag(JRChart chart)voidJRXmlWriter. writeGanttChart(JRChart chart)voidJRXmlWriter. writeHighLowChart(JRChart chart)voidJRXmlWriter. writeLineChart(JRChart chart)voidJRXmlWriter. writeMeterChart(JRChart chart)Writes the definition of a meter chart to the output stream.voidJRXmlWriter. writeMultiAxisChart(JRChart chart)Writes the definition of a multiple axis chart to the output stream.voidJRXmlWriter. writePie3DChart(JRChart chart)voidJRXmlWriter. writePieChart(JRChart chart)voidJRXmlWriter. writeScatterChart(JRChart chart)voidJRXmlWriter. writeStackedAreaChart(JRChart chart)voidJRXmlWriter. writeStackedBar3DChart(JRChart chart)voidJRXmlWriter. writeStackedBarChart(JRChart chart)voidJRXmlWriter. writeThermometerChart(JRChart chart)Writes the description of a thermometer chart to the output stream.voidJRXmlWriter. writeTimeSeriesChart(JRChart chart)voidJRXmlWriter. writeXyAreaChart(JRChart chart)voidJRXmlWriter. writeXyBarChart(JRChart chart)voidJRXmlWriter. writeXyLineChart(JRChart chart)
-