Uses of Interface
net.sf.jasperreports.charts.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.convert 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 net.sf.jasperreports.customizers net.sf.jasperreports.customizers.axis net.sf.jasperreports.customizers.marker net.sf.jasperreports.customizers.shape -
-
Uses of JRChart in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRChart Modifier and Type Method Description JRChart
ChartContext. getChart()
JRChart
JRChartAxis. getChart()
Returns the chart that contains the dataset and plot to use for this axis.JRChart
JRChartPlot. getChart()
Gets the chart associated with this chart plot, if available.JRChart
JRItemLabel. getChart()
JRChart
JRValueDisplay. getChart()
Methods in net.sf.jasperreports.charts with parameters of type JRChart Modifier and Type Method Description Object
JRChartPlot. clone(JRChart parentChart)
JRItemLabel
JRItemLabel. clone(JRChart parentChart)
Returns the item label formatting mask.JRValueDisplay
JRValueDisplay. clone(JRChart parentChart)
void
ChartsExpressionCollector. collect(JRChart chart)
JRItemLabel
ChartCopyObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)
void
JRChartCustomizer. customize(org.jfree.chart.JFreeChart chart, JRChart jasperChart)
This method is called at fill time, before the chart is rendered.void
ChartsElementsVisitor. visitChart(JRChart chart)
void
ChartVisitor. visitChart(JRChart chart)
-
Uses of JRChart in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRChart Modifier and Type Class Description class
JRBaseChart
Fields in net.sf.jasperreports.charts.base declared as JRChart Modifier and Type Field Description protected JRChart
JRBaseChartAxis. chart
The Chart object containing the dataset and plot to use with this axis.protected JRChart
JRBaseChartPlot. chart
protected JRChart
JRBaseItemLabel. chart
protected JRChart
JRBaseValueDisplay. chart
Methods in net.sf.jasperreports.charts.base that return JRChart Modifier and Type Method Description JRChart
JRBaseChartAxis. getChart()
Returns the chart that contains the dataset and plot to use for this axis.JRChart
JRBaseChartPlot. getChart()
JRChart
JRBaseItemLabel. getChart()
JRChart
JRBaseValueDisplay. getChart()
Methods in net.sf.jasperreports.charts.base with parameters of type JRChart Modifier and Type Method Description Object
JRBaseAreaPlot. clone(JRChart parentChart)
Object
JRBaseBarPlot. clone(JRChart parentChart)
Object
JRBaseBubblePlot. clone(JRChart parentChart)
Object
JRBaseCandlestickPlot. clone(JRChart parentChart)
Object
JRBaseChartPlot. clone(JRChart parentChart)
Object
JRBaseHighLowPlot. clone(JRChart parentChart)
JRItemLabel
JRBaseItemLabel. clone(JRChart parentChart)
Object
JRBaseLinePlot. clone(JRChart parentChart)
Object
JRBaseMeterPlot. clone(JRChart parentChart)
Object
JRBaseMultiAxisPlot. clone(JRChart parentChart)
Object
JRBasePiePlot. clone(JRChart parentChart)
Object
JRBaseScatterPlot. clone(JRChart parentChart)
Object
JRBaseThermometerPlot. clone(JRChart parentChart)
Object
JRBaseTimeSeriesPlot. clone(JRChart parentChart)
JRBaseValueDisplay
JRBaseValueDisplay. clone(JRChart parentChart)
JRItemLabel
ChartCopyBaseObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)
void
ChartsBaseObjectFactory. visitChart(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)
Deprecated.JRBaseBar3DPlot(JRChartPlot plot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)
Deprecated.JRBaseBarPlot(JRChartPlot plot, JRChart chart)
JRBaseBarPlot(JRChartPlot plot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)
JRBaseBubblePlot(JRChartPlot plot, JRChart chart)
JRBaseCandlestickPlot(JRChartPlot plot, JRChart chart)
JRBaseChart(JRChart chart, ChartsBaseObjectFactory factory)
JRBaseChartPlot(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.JRBasePie3DPlot(JRChartPlot chartPlot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)
Deprecated.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.convert
Methods in net.sf.jasperreports.charts.convert that return JRChart Modifier and Type Method Description JRChart
ConvertChartContext. getChart()
Methods in net.sf.jasperreports.charts.convert with parameters of type JRChart Modifier and Type Method Description void
ChartsConvertVisitor. visitChart(JRChart chart)
Constructors in net.sf.jasperreports.charts.convert with parameters of type JRChart Constructor Description ConvertChartContext(ReportConverter reportConverter, JRChart chart)
-
Uses of JRChart in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRChart Modifier and Type Class Description class
JRDesignChart
Methods in net.sf.jasperreports.charts.design with parameters of type JRChart Modifier and Type Method Description JRItemLabel
ChartCopyDesignObjectFactory. copyItemLabel(JRItemLabel itemLabel, JRChart chart)
void
ChartsVerifier. visitChart(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)
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 JRChart Modifier and Type Class Description class
JRFillChart
class
JRFillChartForAxis
Fields in net.sf.jasperreports.charts.fill declared as JRChart Modifier and Type Field Description protected JRChart
JRFillChartPlot. chart
protected JRChart
JRFillItemLabel. chart
protected JRChart
JRFillValueDisplay. chart
protected JRChart
JRFillChartForAxis. parentChart
Methods in net.sf.jasperreports.charts.fill that return JRChart Modifier and Type Method Description protected JRChart
DefaultChartTheme. getChart()
JRChart
JRFillChartAxis. getChart()
JRChart
JRFillChartPlot. getChart()
JRChart
JRFillItemLabel. getChart()
JRChart
JRFillValueDisplay. getChart()
Methods in net.sf.jasperreports.charts.fill with parameters of type JRChart Modifier and Type Method Description Object
JRFillChartPlot. clone(JRChart parentChart)
JRItemLabel
JRFillItemLabel. clone(JRChart parentChart)
JRValueDisplay
JRFillValueDisplay. clone(JRChart parentChart)
protected void
ChartTemplateImage. setChart(JRChart chart)
void
ChartsFillObjectFactory. visitChart(JRChart chart)
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRChart Constructor Description ChartTemplateImage(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRChart chart)
JRFillChart(JRBaseFiller filler, JRChart chart, ChartsFillObjectFactory factory)
JRFillChartForAxis(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 JRChart Modifier and Type Method Description Color
ChartsStyleResolver. getLegendBackgroundColor(JRChart chart)
Color
ChartsStyleResolver. getLegendColor(JRChart chart)
Color
ChartsStyleResolver. getSubtitleColor(JRChart chart)
Color
ChartsStyleResolver. getTitleColor(JRChart chart)
void
ChartsApiWriter. visitChart(JRChart chart)
void
ChartsApiWriter. writeAreaChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeBar3DChart(JRChart chart, String chartName)
Deprecated.To be removed.void
ChartsApiWriter. writeBarChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeBubbleChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeCandlestickChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeChartTag(JRChart chart, String chartName)
void
ChartsApiWriter. writeGanttChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeHighLowChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeLineChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeMeterChart(JRChart chart, String chartName)
Writes the definition of a meter chart to the output stream.void
ChartsApiWriter. writeMultiAxisChart(JRChart chart, String chartName)
Writes the definition of a multiple axis chart to the output stream.void
ChartsApiWriter. writePie3DChart(JRChart chart, String chartName)
Deprecated.To be removed.void
ChartsApiWriter. writePieChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeScatterChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeStackedAreaChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeStackedBar3DChart(JRChart chart, String chartName)
Deprecated.To be removed.void
ChartsApiWriter. writeStackedBarChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeThermometerChart(JRChart chart, String chartName)
Writes the description of a thermometer chart to the output stream.void
ChartsApiWriter. writeTimeSeriesChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeXyAreaChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeXyBarChart(JRChart chart, String chartName)
void
ChartsApiWriter. writeXyLineChart(JRChart chart, String chartName)
-
Uses of JRChart in net.sf.jasperreports.chartthemes.simple
Methods in net.sf.jasperreports.chartthemes.simple that return JRChart Modifier and Type Method Description protected JRChart
SimpleChartTheme. getChart()
-
Uses of JRChart in net.sf.jasperreports.chartthemes.spring
Methods in net.sf.jasperreports.chartthemes.spring that return JRChart Modifier and Type Method Description protected JRChart
GenericChartTheme. getChart()
-
Uses of JRChart in net.sf.jasperreports.customizers
Methods in net.sf.jasperreports.customizers with parameters of type JRChart Modifier and Type Method Description void
LevelRenderCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
void
SplineCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
void
StepCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
-
Uses of JRChart in net.sf.jasperreports.customizers.axis
Methods in net.sf.jasperreports.customizers.axis with parameters of type JRChart Modifier and Type Method Description void
DomainAxisCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
void
RangeAxisCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
-
Uses of JRChart in net.sf.jasperreports.customizers.marker
Methods in net.sf.jasperreports.customizers.marker with parameters of type JRChart Modifier and Type Method Description protected org.jfree.chart.plot.CategoryMarker
CategoryMarkerCustomizer. createMarker(JRChart jrc)
void
CategoryMarkerCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
void
DomainIntervalMarkerCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
void
DomainValueMarkerCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
void
RangeIntervalMarkerCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
void
RangeValueMarkerCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
-
Uses of JRChart in net.sf.jasperreports.customizers.shape
Methods in net.sf.jasperreports.customizers.shape with parameters of type JRChart Modifier and Type Method Description void
LegendShapeCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
void
LineDotShapeCustomizer. customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
-