Uses of Interface
net.sf.jasperreports.charts.JRChartPlot
-
Packages that use JRChartPlot 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.charts.util Contains utility classes for complex chart customization.net.sf.jasperreports.chartthemes.simple net.sf.jasperreports.chartthemes.spring -
-
Uses of JRChartPlot in net.sf.jasperreports.charts
Subinterfaces of JRChartPlot in net.sf.jasperreports.charts Modifier and Type Interface Description interface
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.interface
JRBar3DPlot
Deprecated.To be removed.interface
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.interface
JRBubblePlot
Only Bubble charts use this type of plot.interface
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels using expressions.interface
JRCategoryPlot
Type of plot used for rendering category charts.interface
JRHighLowPlot
Used 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.interface
JRLinePlot
Type of plot used to render Line charts.interface
JRMeterPlot
This type of plot can be used only for Meter charts and represents the display options of a Meter Chart.interface
JRMultiAxisPlot
Represents the display options and nested charts of a multiple axis chart.interface
JRPie3DPlot
Deprecated.To be removed.interface
JRPiePlot
Type of plot used for rendering Pie charts.interface
JRScatterPlot
Scatter plots are used only with Scatter charts.interface
JRThermometerPlot
Represents the display options of a Thermometer chart.interface
JRTimeSeriesPlot
This 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 Modifier and Type Method Description JRChartPlot
JRChart. getPlot()
Gets the chart plot. -
Uses of JRChartPlot in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRChartPlot Modifier and Type Class Description class
JRBaseAreaPlot
class
JRBaseBar3DPlot
Deprecated.To be removed.class
JRBaseBarPlot
class
JRBaseBubblePlot
class
JRBaseCandlestickPlot
class
JRBaseChartPlot
class
JRBaseHighLowPlot
class
JRBaseLinePlot
class
JRBaseMeterPlot
An immutable representation of the layout of a Meter chart.class
JRBaseMultiAxisPlot
An immutable representation of the layout options of a multiple axis chart.class
JRBasePie3DPlot
Deprecated.To be removed.class
JRBasePiePlot
class
JRBaseScatterPlot
class
JRBaseThermometerPlot
An immutable representation of the layout of a thermometer plot.class
JRBaseTimeSeriesPlot
Fields in net.sf.jasperreports.charts.base declared as JRChartPlot Modifier and Type Field Description protected JRChartPlot
JRBaseChart. plot
Methods in net.sf.jasperreports.charts.base that return JRChartPlot Modifier and Type Method Description JRChartPlot
JRBaseChart. getPlot()
-
Uses of JRChartPlot in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRChartPlot Modifier and Type Class Description class
JRDesignAreaPlot
class
JRDesignBar3DPlot
Deprecated.To be removed.class
JRDesignBarPlot
class
JRDesignBubblePlot
class
JRDesignCandlestickPlot
class
JRDesignHighLowPlot
class
JRDesignLinePlot
class
JRDesignMeterPlot
A meter plot that displays a single value against a range of values.class
JRDesignMultiAxisPlot
Contains information on how a multiple axis chart should be displayed.class
JRDesignPie3DPlot
Deprecated.To be removed.class
JRDesignPiePlot
class
JRDesignScatterPlot
class
JRDesignThermometerPlot
The layout options of a thermometer chart.class
JRDesignTimeSeriesPlot
Fields in net.sf.jasperreports.charts.design declared as JRChartPlot Modifier and Type Field Description protected JRChartPlot
JRDesignChart. plot
Methods in net.sf.jasperreports.charts.design that return JRChartPlot Modifier and Type Method Description JRChartPlot
JRDesignChart. getPlot()
-
Uses of JRChartPlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRChartPlot Modifier and Type Class Description class
JRFillAreaPlot
class
JRFillBar3DPlot
Deprecated.To be removed.class
JRFillBarPlot
class
JRFillBubblePlot
class
JRFillCandlestickPlot
class
JRFillChartPlot
class
JRFillHighLowPlot
class
JRFillLinePlot
class
JRFillMeterPlot
class
JRFillMultiAxisPlot
class
JRFillPie3DPlot
Deprecated.To be removed.class
JRFillPiePlot
class
JRFillScatterPlot
class
JRFillThermometerPlot
class
JRFillTimeSeriesPlot
Fields in net.sf.jasperreports.charts.fill declared as JRChartPlot Modifier and Type Field Description protected JRChartPlot
JRFillChartPlot. parent
protected JRChartPlot
JRFillChart. plot
Methods in net.sf.jasperreports.charts.fill that return JRChartPlot Modifier and Type Method Description protected JRChartPlot
DefaultChartTheme. getPlot()
JRChartPlot
JRFillChart. getPlot()
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRChartPlot Constructor Description JRFillChartPlot(JRChartPlot plot, ChartsFillObjectFactory factory)
-
Uses of JRChartPlot in net.sf.jasperreports.charts.util
-
Uses of JRChartPlot in net.sf.jasperreports.chartthemes.simple
Methods in net.sf.jasperreports.chartthemes.simple that return JRChartPlot Modifier and Type Method Description protected JRChartPlot
SimpleChartTheme. getPlot()
Methods in net.sf.jasperreports.chartthemes.simple with parameters of type JRChartPlot Modifier and Type Method Description protected void
SimpleChartTheme. configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot)
protected void
SimpleChartTheme. configurePlot(org.jfree.chart.plot.Plot plot, JRChartPlot jrPlot)
protected Paint[]
SimpleChartTheme. getPaintSequence(PlotSettings plotSettings, JRChartPlot jrPlot)
protected void
SimpleChartTheme. handleCategoryPlotSettings(org.jfree.chart.plot.CategoryPlot p, JRChartPlot jrPlot)
protected void
SimpleChartTheme. handleXYPlotSettings(org.jfree.chart.plot.XYPlot p, JRChartPlot jrPlot)
protected void
SimpleChartTheme. setPlotBackground(org.jfree.chart.plot.Plot plot, JRChartPlot jrPlot)
protected void
SimpleChartTheme. 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 JRChartPlot Modifier and Type Method Description protected JRChartPlot
GenericChartTheme. getPlot()
Methods in net.sf.jasperreports.chartthemes.spring with parameters of type JRChartPlot Modifier and Type Method Description protected void
AegeanChartTheme. configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot)
protected void
EyeCandySixtiesChartTheme. configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot)
protected void
GenericChartTheme. configureChart(org.jfree.chart.JFreeChart jfreeChart, JRChartPlot jrPlot)
protected void
AegeanChartTheme. configurePlot(org.jfree.chart.plot.Plot plot, JRChartPlot jrPlot)
protected void
EyeCandySixtiesChartTheme. configurePlot(org.jfree.chart.plot.Plot plot, JRChartPlot jrPlot)
protected void
GenericChartTheme. configurePlot(org.jfree.chart.plot.Plot p, JRChartPlot jrPlot)
protected void
GenericChartTheme. handleCategoryPlotSettings(org.jfree.chart.plot.CategoryPlot p, JRChartPlot jrPlot)
protected void
GenericChartTheme. setPlotBackground(org.jfree.chart.plot.Plot p, JRChartPlot jrPlot)
protected void
GenericChartTheme. setPlotDrawingDefaults(org.jfree.chart.plot.Plot p, JRChartPlot jrPlot)
-