Uses of Interface
net.sf.jasperreports.engine.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.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.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. -
-
Uses of JRChartPlot in net.sf.jasperreports.charts
Subinterfaces of JRChartPlot in net.sf.jasperreports.charts Modifier and Type Interface Description interfaceJRAreaPlotArea charts and Stacked Area charts rely on this plot to render their axes and items.interfaceJRBar3DPlotType of plot used to render Bar 3D and the Stacked Bar 3D charts.interfaceJRBarPlotType of plot used to render Bar, Stacked Bar, and XY Bar charts.interfaceJRBubblePlotOnly Bubble charts use this type of plot.interfaceJRCandlestickPlotThe Candlestick plot is also an axis-oriented plot and allows you to customize axis labels using expressions.interfaceJRCategoryPlotType of plot used for rendering category charts.interfaceJRHighLowPlotUsed 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.interfaceJRLinePlotType of plot used to render Line charts.interfaceJRMeterPlotThis type of plot can be used only for Meter charts and represents the display options of a Meter Chart.interfaceJRMultiAxisPlotRepresents the display options and nested charts of a multiple axis chart.interfaceJRPie3DPlotType of plot used for rendering Pie 3D charts.interfaceJRPiePlotType of plot used for rendering Pie charts.interfaceJRScatterPlotScatter plots are used only with Scatter charts.interfaceJRThermometerPlotRepresents the display options of a Thermometer chart.interfaceJRTimeSeriesPlotThis 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. -
Uses of JRChartPlot in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRChartPlot Modifier and Type Class Description classJRBaseAreaPlotclassJRBaseBar3DPlotclassJRBaseBarPlotclassJRBaseBubblePlotclassJRBaseCandlestickPlotclassJRBaseHighLowPlotclassJRBaseLinePlotclassJRBaseMeterPlotAn immutable representation of the layout of a Meter chart.classJRBaseMultiAxisPlotAn immutable representation of the layout options of a multiple axis chart.classJRBasePie3DPlotclassJRBasePiePlotclassJRBaseScatterPlotclassJRBaseThermometerPlotAn immutable representation of the layout of a thermometer plot.classJRBaseTimeSeriesPlot -
Uses of JRChartPlot in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRChartPlot Modifier and Type Class Description classJRDesignAreaPlotclassJRDesignBar3DPlotclassJRDesignBarPlotclassJRDesignBubblePlotclassJRDesignCandlestickPlotclassJRDesignHighLowPlotclassJRDesignLinePlotclassJRDesignMeterPlotA meter plot that displays a single value against a range of values.classJRDesignMultiAxisPlotContains information on how a multiple axis chart should be displayed.classJRDesignPie3DPlotclassJRDesignPiePlotclassJRDesignScatterPlotclassJRDesignThermometerPlotThe layout options of a thermometer chart.classJRDesignTimeSeriesPlot -
Uses of JRChartPlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRChartPlot Modifier and Type Class Description classJRFillAreaPlotclassJRFillBar3DPlotclassJRFillBarPlotclassJRFillBubblePlotclassJRFillCandlestickPlotclassJRFillHighLowPlotclassJRFillLinePlotclassJRFillMeterPlotclassJRFillMultiAxisPlotclassJRFillPie3DPlotclassJRFillPiePlotclassJRFillScatterPlotclassJRFillThermometerPlotclassJRFillTimeSeriesPlot -
Uses of JRChartPlot in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRChartPlot Modifier and Type Method Description JRChartPlotJRChart. getPlot()Gets the chart plot. -
Uses of JRChartPlot in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRChartPlot Modifier and Type Class Description classJRBaseChartPlotFields in net.sf.jasperreports.engine.base declared as JRChartPlot Modifier and Type Field Description protected JRChartPlotJRBaseChart. plotMethods in net.sf.jasperreports.engine.base that return JRChartPlot Modifier and Type Method Description JRChartPlotJRBaseChart. getPlot()Constructors in net.sf.jasperreports.engine.base with parameters of type JRChartPlot Constructor Description JRBaseChartPlot(JRChartPlot plot, JRBaseObjectFactory factory)JRBaseChartPlot(JRChartPlot plot, JRChart chart) -
Uses of JRChartPlot in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as JRChartPlot Modifier and Type Field Description protected JRChartPlotJRDesignChart. plotMethods in net.sf.jasperreports.engine.design that return JRChartPlot Modifier and Type Method Description JRChartPlotJRDesignChart. getPlot() -
Uses of JRChartPlot in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRChartPlot Modifier and Type Class Description classJRFillChartPlotFields in net.sf.jasperreports.engine.fill declared as JRChartPlot Modifier and Type Field Description protected JRChartPlotJRFillChartPlot. parentprotected JRChartPlotJRFillChart. plotMethods in net.sf.jasperreports.engine.fill that return JRChartPlot Modifier and Type Method Description protected JRChartPlotDefaultChartTheme. getPlot()JRChartPlotJRFillChart. getPlot()Constructors in net.sf.jasperreports.engine.fill with parameters of type JRChartPlot Constructor Description JRFillChartPlot(JRChartPlot plot, JRFillObjectFactory factory) -
Uses of JRChartPlot in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRChartPlot Modifier and Type Method Description java.awt.ColorStyleResolver. getBackcolor(JRChartPlot plot)java.awt.ColorStyleResolver. getCategoryAxisLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getCategoryAxisLineColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getCategoryAxisTickLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getForecolor(JRChartPlot plot)java.awt.ColorStyleResolver. getTimeAxisLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getTimeAxisLineColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getTimeAxisTickLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getValueAxisLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getValueAxisLineColor(JRValueAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getValueAxisTickLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getXAxisLabelColor(JRXAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getXAxisLineColor(JRXAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getXAxisTickLabelColor(JRXAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getYAxisLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getYAxisLineColor(JRYAxisFormat axisFormat, JRChartPlot plot)java.awt.ColorStyleResolver. getYAxisTickLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)
-