Uses of Interface
net.sf.jasperreports.charts.JRChartPlot
Packages that use JRChartPlot
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 JRChartPlot in net.sf.jasperreports.charts
Subinterfaces of JRChartPlot in net.sf.jasperreports.chartsModifier and TypeInterfaceDescriptioninterfaceArea charts and Stacked Area charts rely on this plot to render their axes and items.interfaceDeprecated.To be removed.interfaceType of plot used to render Bar, Stacked Bar, and XY Bar charts.interfaceOnly Bubble charts use this type of plot.interfaceThe Candlestick plot is also an axis-oriented plot and allows you to customize axis labels using expressions.interfaceType of plot used for rendering category charts.interfaceUsed only in combination with High-Low charts, this type of plot lets users customize the labels for both axes, like all the other axis-oriented plots.interfaceType of plot used to render Line charts.interfaceThis type of plot can be used only for Meter charts and represents the display options of a Meter Chart.interfaceRepresents the display options and nested charts of a multiple axis chart.interfaceDeprecated.To be removed.interfaceType of plot used for rendering Pie charts.interfaceScatter plots are used only with Scatter charts.interfaceRepresents the display options of a Thermometer chart.interfaceThis type of plot is similar to the Line plot and Scatter plot in that it lets users configure the labels for both axes, the rendering of lines to connect the item points, and the rendering of the small shapes that mark each item point on the target plot area.Methods in net.sf.jasperreports.charts that return JRChartPlot -
Uses of JRChartPlot in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRChartPlotModifier and TypeClassDescriptionclassclassDeprecated.To be removed.classclassclassclassclassclassclassAn immutable representation of the layout of a Meter chart.classAn immutable representation of the layout options of a multiple axis chart.classDeprecated.To be removed.classclassclassAn immutable representation of the layout of a thermometer plot.classFields in net.sf.jasperreports.charts.base declared as JRChartPlotMethods in net.sf.jasperreports.charts.base that return JRChartPlotConstructors in net.sf.jasperreports.charts.base with parameters of type JRChartPlotModifierConstructorDescriptionJRBaseAreaPlot(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) protectedJRBaseChartPlot(JRChartPlot plot, ChartsBaseObjectFactory factory) protectedJRBaseChartPlot(JRChartPlot plot, JRChart chart) JRBaseHighLowPlot(JRChartPlot plot, JRChart chart) 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) -
Uses of JRChartPlot in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRChartPlotModifier and TypeClassDescriptionclassclassDeprecated.To be removed.classclassclassclassclassclassA meter plot that displays a single value against a range of values.classContains information on how a multiple axis chart should be displayed.classDeprecated.To be removed.classclassclassThe layout options of a thermometer chart.classFields in net.sf.jasperreports.charts.design declared as JRChartPlotMethods in net.sf.jasperreports.charts.design that return JRChartPlotConstructors in net.sf.jasperreports.charts.design with parameters of type JRChartPlotModifierConstructorDescriptionJRDesignAreaPlot(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) 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) -
Uses of JRChartPlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRChartPlotModifier and TypeClassDescriptionclassclassDeprecated.To be removed.classclassclassclassclassclassclassclassclassDeprecated.To be removed.classclassclassclassFields in net.sf.jasperreports.charts.fill declared as JRChartPlotModifier and TypeFieldDescriptionprotected JRChartPlotJRFillChartPlot.parentprotected JRChartPlotJRFillChart.plotMethods in net.sf.jasperreports.charts.fill that return JRChartPlotModifier and TypeMethodDescriptionprotected JRChartPlotDefaultChartTheme.getPlot()JRFillChart.getPlot()Constructors in net.sf.jasperreports.charts.fill with parameters of type JRChartPlotModifierConstructorDescriptionprotectedJRFillChartPlot(JRChartPlot plot, ChartsFillObjectFactory factory) -
Uses of JRChartPlot in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRChartPlotModifier and TypeMethodDescriptionChartsStyleResolver.getBackcolor(JRChartPlot plot) ChartsStyleResolver.getCategoryAxisLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getCategoryAxisLineColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getCategoryAxisTickLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getForecolor(JRChartPlot plot) ChartsStyleResolver.getTimeAxisLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getTimeAxisLineColor(JRTimeAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getTimeAxisTickLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getValueAxisLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getValueAxisLineColor(JRValueAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getValueAxisTickLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getXAxisLabelColor(JRXAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getXAxisLineColor(JRXAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getXAxisTickLabelColor(JRXAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getYAxisLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getYAxisLineColor(JRYAxisFormat axisFormat, JRChartPlot plot) ChartsStyleResolver.getYAxisTickLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot) -
Uses of JRChartPlot in net.sf.jasperreports.chartthemes.simple
Methods in net.sf.jasperreports.chartthemes.simple that return JRChartPlotMethods in net.sf.jasperreports.chartthemes.simple with parameters of type JRChartPlotModifier and TypeMethodDescriptionprotected voidSimpleChartTheme.configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot) protected voidSimpleChartTheme.configurePlot(org.jfree.chart.plot.Plot plot, JRChartPlot jrPlot) protected Paint[]SimpleChartTheme.getPaintSequence(PlotSettings plotSettings, JRChartPlot jrPlot) protected voidSimpleChartTheme.handleCategoryPlotSettings(org.jfree.chart.plot.CategoryPlot p, JRChartPlot jrPlot) protected voidSimpleChartTheme.handleXYPlotSettings(org.jfree.chart.plot.XYPlot p, JRChartPlot jrPlot) protected voidSimpleChartTheme.setPlotBackground(org.jfree.chart.plot.Plot plot, JRChartPlot jrPlot) protected voidSimpleChartTheme.setPlotDrawingDefaults(org.jfree.chart.plot.Plot p, JRChartPlot jrPlot) -
Uses of JRChartPlot in net.sf.jasperreports.chartthemes.spring
Methods in net.sf.jasperreports.chartthemes.spring that return JRChartPlotMethods in net.sf.jasperreports.chartthemes.spring with parameters of type JRChartPlotModifier and TypeMethodDescriptionprotected voidAegeanChartTheme.configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot) protected voidEyeCandySixtiesChartTheme.configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot) protected voidGenericChartTheme.configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot) protected voidAegeanChartTheme.configurePlot(org.jfree.chart.plot.Plot plot, JRChartPlot jrPlot) protected voidEyeCandySixtiesChartTheme.configurePlot(org.jfree.chart.plot.Plot plot, JRChartPlot jrPlot) protected voidGenericChartTheme.configurePlot(org.jfree.chart.plot.Plot p, JRChartPlot jrPlot) protected voidGenericChartTheme.handleCategoryPlotSettings(org.jfree.chart.plot.CategoryPlot p, JRChartPlot jrPlot) protected voidGenericChartTheme.setPlotBackground(org.jfree.chart.plot.Plot p, JRChartPlot jrPlot) protected voidGenericChartTheme.setPlotDrawingDefaults(org.jfree.chart.plot.Plot p, JRChartPlot jrPlot)