Uses of Interface
net.sf.jasperreports.charts.JRChart
Packages that use JRChart
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains utility classes for complex chart customization.
-
Uses of JRChart in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRChartModifier and TypeMethodDescriptionChartContext.getChart()JRChartAxis.getChart()Returns the chart that contains the dataset and plot to use for this axis.JRChartPlot.getChart()Gets the chart associated with this chart plot, if available.JRItemLabel.getChart()JRValueDisplay.getChart()Methods in net.sf.jasperreports.charts with parameters of type JRChartModifier and TypeMethodDescriptionReturns the item label formatting mask.voidChartCopyObjectFactory.copyItemLabel(JRItemLabel itemLabel, JRChart chart) voidThis method is called at fill time, before the chart is rendered.voidChartsElementsVisitor.visitChart(JRChart chart) voidChartVisitor.visitChart(JRChart chart) -
Uses of JRChart in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRChartFields in net.sf.jasperreports.charts.base declared as JRChartModifier and TypeFieldDescriptionprotected JRChartJRBaseChartAxis.chartThe Chart object containing the dataset and plot to use with this axis.protected JRChartJRBaseChartPlot.chartprotected JRChartJRBaseItemLabel.chartprotected JRChartJRBaseValueDisplay.chartMethods in net.sf.jasperreports.charts.base that return JRChartModifier and TypeMethodDescriptionJRBaseChartAxis.getChart()Returns the chart that contains the dataset and plot to use for this axis.JRBaseChartPlot.getChart()JRBaseItemLabel.getChart()JRBaseValueDisplay.getChart()Methods in net.sf.jasperreports.charts.base with parameters of type JRChartModifier and TypeMethodDescriptionChartCopyBaseObjectFactory.copyItemLabel(JRItemLabel itemLabel, JRChart chart) voidChartsBaseObjectFactory.visitChart(JRChart chart) Constructors in net.sf.jasperreports.charts.base with parameters of type JRChartModifierConstructorDescriptionJRBaseAreaPlot(JRChartPlot plot, JRChart chart) JRBaseBar3DPlot(JRChartPlot plot, JRChart chart) Deprecated.protectedJRBaseBar3DPlot(JRChartPlot plot, JRChart chart, ChartCopyObjectFactory copyObjectFactory) Deprecated.JRBaseBarPlot(JRChartPlot plot, JRChart chart) protectedJRBaseBarPlot(JRChartPlot plot, JRChart chart, ChartCopyObjectFactory copyObjectFactory) JRBaseBubblePlot(JRChartPlot plot, JRChart chart) protectedJRBaseCandlestickPlot(JRChartPlot plot, JRChart chart) protectedJRBaseChart(JRChart chart, ChartsBaseObjectFactory factory) protectedJRBaseChartPlot(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) Deprecated.protectedJRBasePie3DPlot(JRChartPlot chartPlot, JRChart chart, ChartCopyObjectFactory copyObjectFactory) Deprecated.JRBasePiePlot(JRChartPlot chartPlot, JRChart chart) protectedJRBasePiePlot(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.protectedJRBaseTimeSeriesPlot(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.convert
Methods in net.sf.jasperreports.charts.convert that return JRChartMethods in net.sf.jasperreports.charts.convert with parameters of type JRChartConstructors in net.sf.jasperreports.charts.convert with parameters of type JRChartModifierConstructorDescriptionprotectedConvertChartContext(ReportConverter reportConverter, JRChart chart) -
Uses of JRChart in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRChartMethods in net.sf.jasperreports.charts.design with parameters of type JRChartModifier and TypeMethodDescriptionChartCopyDesignObjectFactory.copyItemLabel(JRItemLabel itemLabel, JRChart chart) voidChartsVerifier.visitChart(JRChart chart) Constructors in net.sf.jasperreports.charts.design with parameters of type JRChartModifierConstructorDescriptionJRDesignAreaPlot(JRChartPlot plot, JRChart chart) JRDesignBar3DPlot(JRChartPlot plot, JRChart chart) Deprecated.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) Deprecated.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
Classes in net.sf.jasperreports.charts.fill that implement JRChartFields in net.sf.jasperreports.charts.fill declared as JRChartModifier and TypeFieldDescriptionprotected JRChartJRFillChartPlot.chartprotected JRChartJRFillItemLabel.chartprotected JRChartJRFillValueDisplay.chartprotected JRChartJRFillChartForAxis.parentChartMethods in net.sf.jasperreports.charts.fill that return JRChartModifier and TypeMethodDescriptionprotected JRChartDefaultChartTheme.getChart()JRFillChartAxis.getChart()JRFillChartPlot.getChart()JRFillItemLabel.getChart()JRFillValueDisplay.getChart()Methods in net.sf.jasperreports.charts.fill with parameters of type JRChartModifier and TypeMethodDescriptionprotected voidvoidChartsFillObjectFactory.visitChart(JRChart chart) Constructors in net.sf.jasperreports.charts.fill with parameters of type JRChartModifierConstructorDescriptionprotectedChartTemplateImage(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRChart chart) protectedJRFillChart(JRBaseFiller filler, JRChart chart, ChartsFillObjectFactory factory) protectedJRFillChartForAxis(JRFillChart fillChart, ChartsFillObjectFactory factory, JRChart parentChart) -
Uses of JRChart in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRChartModifier and TypeMethodDescriptionChartsStyleResolver.getLegendBackgroundColor(JRChart chart) ChartsStyleResolver.getLegendColor(JRChart chart) ChartsStyleResolver.getSubtitleColor(JRChart chart) ChartsStyleResolver.getTitleColor(JRChart chart) voidChartsApiWriter.visitChart(JRChart chart) voidChartsApiWriter.writeAreaChart(JRChart chart, String chartName) voidChartsApiWriter.writeBar3DChart(JRChart chart, String chartName) Deprecated.To be removed.voidChartsApiWriter.writeBarChart(JRChart chart, String chartName) voidChartsApiWriter.writeBubbleChart(JRChart chart, String chartName) voidChartsApiWriter.writeCandlestickChart(JRChart chart, String chartName) voidChartsApiWriter.writeChartTag(JRChart chart, String chartName) voidChartsApiWriter.writeGanttChart(JRChart chart, String chartName) voidChartsApiWriter.writeHighLowChart(JRChart chart, String chartName) voidChartsApiWriter.writeLineChart(JRChart chart, String chartName) voidChartsApiWriter.writeMeterChart(JRChart chart, String chartName) Writes the definition of a meter chart to the output stream.voidChartsApiWriter.writeMultiAxisChart(JRChart chart, String chartName) Writes the definition of a multiple axis chart to the output stream.voidChartsApiWriter.writePie3DChart(JRChart chart, String chartName) Deprecated.To be removed.voidChartsApiWriter.writePieChart(JRChart chart, String chartName) voidChartsApiWriter.writeScatterChart(JRChart chart, String chartName) voidChartsApiWriter.writeStackedAreaChart(JRChart chart, String chartName) voidChartsApiWriter.writeStackedBar3DChart(JRChart chart, String chartName) Deprecated.To be removed.voidChartsApiWriter.writeStackedBarChart(JRChart chart, String chartName) voidChartsApiWriter.writeThermometerChart(JRChart chart, String chartName) Writes the description of a thermometer chart to the output stream.voidChartsApiWriter.writeTimeSeriesChart(JRChart chart, String chartName) voidChartsApiWriter.writeXyAreaChart(JRChart chart, String chartName) voidChartsApiWriter.writeXyBarChart(JRChart chart, String chartName) voidChartsApiWriter.writeXyLineChart(JRChart chart, String chartName) -
Uses of JRChart in net.sf.jasperreports.chartthemes.simple
Methods in net.sf.jasperreports.chartthemes.simple that return JRChart -
Uses of JRChart in net.sf.jasperreports.chartthemes.spring
Methods in net.sf.jasperreports.chartthemes.spring that return JRChart -
Uses of JRChart in net.sf.jasperreports.customizers
Methods in net.sf.jasperreports.customizers with parameters of type JRChart -
Uses of JRChart in net.sf.jasperreports.customizers.axis
Methods in net.sf.jasperreports.customizers.axis with parameters of type JRChart -
Uses of JRChart in net.sf.jasperreports.customizers.marker
Methods in net.sf.jasperreports.customizers.marker with parameters of type JRChartModifier and TypeMethodDescriptionprotected org.jfree.chart.plot.CategoryMarkerCategoryMarkerCustomizer.createMarker(JRChart jrc) voidvoidvoidvoidvoid -
Uses of JRChart in net.sf.jasperreports.customizers.shape
Methods in net.sf.jasperreports.customizers.shape with parameters of type JRChart