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.components.spiderchart |
Contains classes for the built-in Spider Chart component.
|
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.convert | |
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.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Class and Description |
---|
ChartContext |
ChartTheme
Chart themes give more control over chart output, including
the creation of the JFreeChart object itself.
|
JRCategoryAxisFormat |
JRCategoryPlot
Type of plot used for rendering category charts.
|
JRCategorySeries
Represents the series for any Category dataset.
|
JRChartAxis
Describes an axis that can be added to a multiple axis chart.
|
JRCommonLinePlot
Type of the plot used to render Line, XY Line and Scatter charts.
|
JRDataRange
Represents a numeric range.
|
JRGanttSeries
Represents the series for the Gantt dataset.
|
JRItemLabel
Contains the formatting option for the textual
representation of item labels in a category plot
|
JRPieSeries
Represents the series for the Pie dataset.
|
JRTimeAxisFormat |
JRTimePeriodSeries
Represents the series for the Time Period dataset.
|
JRTimeSeries
Represents the series for the Time Series dataset.
|
JRValueAxisFormat |
JRValueDisplay
Represents the formatting option for the textual
representation of a value displayed in a Meter or
Thermometer chart.
|
JRXAxisFormat |
JRXySeries
Represents the series for the XY dataset.
|
JRXyzSeries |
JRYAxisFormat |
Class and Description |
---|
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.
|
JRBar3DPlot
Type of plot
used to render Bar 3D and the Stacked Bar 3D charts.
|
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.
|
JRBubblePlot
Only Bubble charts use this type of plot.
|
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels
using expressions.
|
JRCategoryAxisFormat |
JRCategoryDataset
This dataset accommodates one or more data series consisting of values associated with
categories.
|
JRCategoryPlot
Type of plot used for rendering category charts.
|
JRCategorySeries
Represents the series for any Category dataset.
|
JRChartAxis
Describes an axis that can be added to a multiple axis chart.
|
JRCommonLinePlot
Type of the plot used to render Line, XY Line and Scatter charts.
|
JRDataRange
Represents a numeric range.
|
JRGanttDataset
This dataset accommodates one or more data series consisting of values associated with
tasks and subtasks.
|
JRGanttSeries
Represents the series for the Gantt dataset.
|
JRHighLowDataset
Although the name of this dataset is "High-Low", it can actually hold a series of
(x, high, low, open, close, volume) items.
|
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.
|
JRItemLabel
Contains the formatting option for the textual
representation of item labels in a category plot
|
JRLinePlot
Type of plot used to render Line charts.
|
JRMeterPlot
This type of plot can be used only for Meter charts and
represents the display options of a Meter Chart.
|
JRMultiAxisPlot
Represents the display options and nested charts of a multiple axis chart.
|
JRPie3DPlot
Type of plot used for rendering Pie 3D charts.
|
JRPieDataset
This dataset is useful for rendering Pie or Pie 3D charts.
|
JRPiePlot
Type of plot used for rendering Pie charts.
|
JRPieSeries
Represents the series for the Pie dataset.
|
JRScatterPlot
Scatter plots are used only with Scatter charts.
|
JRThermometerPlot
Represents the display options of a Thermometer chart.
|
JRTimeAxisFormat |
JRTimePeriodDataset
The Time Period dataset is very much like the Time Series dataset in that it wraps series
consisting of (time period, numeric value) pairs.
|
JRTimePeriodSeries
Represents the series for the Time Period dataset.
|
JRTimeSeries
Represents the series for the Time Series dataset.
|
JRTimeSeriesDataset
This dataset wraps one or multiple time series.
|
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.
|
JRValueAxisFormat |
JRValueDataset
This class represents a dataset that consists of a single
value.
|
JRValueDisplay
Represents the formatting option for the textual
representation of a value displayed in a Meter or
Thermometer chart.
|
JRXAxisFormat |
JRXyDataset
This dataset is a wrapper for data series made of (x, y) value pairs and is used for
rendering XY Bar, XY Line, XY Area, and Scatter Plot charts.
|
JRXySeries
Represents the series for the XY dataset.
|
JRXyzDataset
The XYZ dataset wraps series consisting of (x, y, z) items.
|
JRXyzSeries |
JRYAxisFormat |
Class and Description |
---|
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.
|
JRBar3DPlot
Type of plot
used to render Bar 3D and the Stacked Bar 3D charts.
|
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.
|
JRBubblePlot
Only Bubble charts use this type of plot.
|
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels
using expressions.
|
JRCategoryAxisFormat |
JRCategoryDataset
This dataset accommodates one or more data series consisting of values associated with
categories.
|
JRCategoryPlot
Type of plot used for rendering category charts.
|
JRCategorySeries
Represents the series for any Category dataset.
|
JRChartAxis
Describes an axis that can be added to a multiple axis chart.
|
JRCommonLinePlot
Type of the plot used to render Line, XY Line and Scatter charts.
|
JRDataRange
Represents a numeric range.
|
JRGanttDataset
This dataset accommodates one or more data series consisting of values associated with
tasks and subtasks.
|
JRGanttSeries
Represents the series for the Gantt dataset.
|
JRHighLowDataset
Although the name of this dataset is "High-Low", it can actually hold a series of
(x, high, low, open, close, volume) items.
|
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.
|
JRItemLabel
Contains the formatting option for the textual
representation of item labels in a category plot
|
JRLinePlot
Type of plot used to render Line charts.
|
JRMeterPlot
This type of plot can be used only for Meter charts and
represents the display options of a Meter Chart.
|
JRMultiAxisPlot
Represents the display options and nested charts of a multiple axis chart.
|
JRPie3DPlot
Type of plot used for rendering Pie 3D charts.
|
JRPieDataset
This dataset is useful for rendering Pie or Pie 3D charts.
|
JRPiePlot
Type of plot used for rendering Pie charts.
|
JRPieSeries
Represents the series for the Pie dataset.
|
JRScatterPlot
Scatter plots are used only with Scatter charts.
|
JRThermometerPlot
Represents the display options of a Thermometer chart.
|
JRTimeAxisFormat |
JRTimePeriodDataset
The Time Period dataset is very much like the Time Series dataset in that it wraps series
consisting of (time period, numeric value) pairs.
|
JRTimePeriodSeries
Represents the series for the Time Period dataset.
|
JRTimeSeries
Represents the series for the Time Series dataset.
|
JRTimeSeriesDataset
This dataset wraps one or multiple time series.
|
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.
|
JRValueAxisFormat |
JRValueDataset
This class represents a dataset that consists of a single
value.
|
JRValueDisplay
Represents the formatting option for the textual
representation of a value displayed in a Meter or
Thermometer chart.
|
JRXAxisFormat |
JRXyDataset
This dataset is a wrapper for data series made of (x, y) value pairs and is used for
rendering XY Bar, XY Line, XY Area, and Scatter Plot charts.
|
JRXySeries
Represents the series for the XY dataset.
|
JRXyzDataset
The XYZ dataset wraps series consisting of (x, y, z) items.
|
JRXyzSeries |
JRYAxisFormat |
Class and Description |
---|
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.
|
JRBar3DPlot
Type of plot
used to render Bar 3D and the Stacked Bar 3D charts.
|
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.
|
JRBubblePlot
Only Bubble charts use this type of plot.
|
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels
using expressions.
|
JRCategoryAxisFormat |
JRCategoryDataset
This dataset accommodates one or more data series consisting of values associated with
categories.
|
JRCategoryPlot
Type of plot used for rendering category charts.
|
JRCategorySeries
Represents the series for any Category dataset.
|
JRChartAxis
Describes an axis that can be added to a multiple axis chart.
|
JRCommonLinePlot
Type of the plot used to render Line, XY Line and Scatter charts.
|
JRDataRange
Represents a numeric range.
|
JRGanttDataset
This dataset accommodates one or more data series consisting of values associated with
tasks and subtasks.
|
JRGanttSeries
Represents the series for the Gantt dataset.
|
JRHighLowDataset
Although the name of this dataset is "High-Low", it can actually hold a series of
(x, high, low, open, close, volume) items.
|
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.
|
JRItemLabel
Contains the formatting option for the textual
representation of item labels in a category plot
|
JRLinePlot
Type of plot used to render Line charts.
|
JRMeterPlot
This type of plot can be used only for Meter charts and
represents the display options of a Meter Chart.
|
JRMultiAxisPlot
Represents the display options and nested charts of a multiple axis chart.
|
JRPie3DPlot
Type of plot used for rendering Pie 3D charts.
|
JRPieDataset
This dataset is useful for rendering Pie or Pie 3D charts.
|
JRPiePlot
Type of plot used for rendering Pie charts.
|
JRPieSeries
Represents the series for the Pie dataset.
|
JRScatterPlot
Scatter plots are used only with Scatter charts.
|
JRThermometerPlot
Represents the display options of a Thermometer chart.
|
JRTimeAxisFormat |
JRTimePeriodDataset
The Time Period dataset is very much like the Time Series dataset in that it wraps series
consisting of (time period, numeric value) pairs.
|
JRTimePeriodSeries
Represents the series for the Time Period dataset.
|
JRTimeSeries
Represents the series for the Time Series dataset.
|
JRTimeSeriesDataset
This dataset wraps one or multiple time series.
|
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.
|
JRValueAxisFormat |
JRValueDataset
This class represents a dataset that consists of a single
value.
|
JRValueDisplay
Represents the formatting option for the textual
representation of a value displayed in a Meter or
Thermometer chart.
|
JRXAxisFormat |
JRXyDataset
This dataset is a wrapper for data series made of (x, y) value pairs and is used for
rendering XY Bar, XY Line, XY Area, and Scatter Plot charts.
|
JRXySeries
Represents the series for the XY dataset.
|
JRXyzDataset
The XYZ dataset wraps series consisting of (x, y, z) items.
|
JRXyzSeries |
JRYAxisFormat |
Class and Description |
---|
ChartTheme
Chart themes give more control over chart output, including
the creation of the JFreeChart object itself.
|
JRDataRange
Represents a numeric range.
|
Class and Description |
---|
JRCategorySeries
Represents the series for any Category dataset.
|
Class and Description |
---|
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.
|
JRBar3DPlot
Type of plot
used to render Bar 3D and the Stacked Bar 3D charts.
|
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.
|
JRBubblePlot
Only Bubble charts use this type of plot.
|
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels
using expressions.
|
JRCategoryDataset
This dataset accommodates one or more data series consisting of values associated with
categories.
|
JRCategorySeries
Represents the series for any Category dataset.
|
JRDataRange
Represents a numeric range.
|
JRGanttDataset
This dataset accommodates one or more data series consisting of values associated with
tasks and subtasks.
|
JRHighLowDataset
Although the name of this dataset is "High-Low", it can actually hold a series of
(x, high, low, open, close, volume) items.
|
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.
|
JRLinePlot
Type of plot used to render Line charts.
|
JRMeterPlot
This type of plot can be used only for Meter charts and
represents the display options of a Meter Chart.
|
JRPie3DPlot
Type of plot used for rendering Pie 3D charts.
|
JRPieDataset
This dataset is useful for rendering Pie or Pie 3D charts.
|
JRPiePlot
Type of plot used for rendering Pie charts.
|
JRPieSeries
Represents the series for the Pie dataset.
|
JRScatterPlot
Scatter plots are used only with Scatter charts.
|
JRThermometerPlot
Represents the display options of a Thermometer chart.
|
JRTimePeriodDataset
The Time Period dataset is very much like the Time Series dataset in that it wraps series
consisting of (time period, numeric value) pairs.
|
JRTimePeriodSeries
Represents the series for the Time Period dataset.
|
JRTimeSeries
Represents the series for the Time Series dataset.
|
JRTimeSeriesDataset
This dataset wraps one or multiple time series.
|
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.
|
JRValueDataset
This class represents a dataset that consists of a single
value.
|
JRXyDataset
This dataset is a wrapper for data series made of (x, y) value pairs and is used for
rendering XY Bar, XY Line, XY Area, and Scatter Plot charts.
|
JRXyzDataset
The XYZ dataset wraps series consisting of (x, y, z) items.
|
JRXyzSeries |
Class and Description |
---|
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.
|
JRBar3DPlot
Type of plot
used to render Bar 3D and the Stacked Bar 3D charts.
|
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.
|
JRBubblePlot
Only Bubble charts use this type of plot.
|
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels
using expressions.
|
JRCategoryDataset
This dataset accommodates one or more data series consisting of values associated with
categories.
|
JRCategorySeries
Represents the series for any Category dataset.
|
JRChartAxis
Describes an axis that can be added to a multiple axis chart.
|
JRGanttDataset
This dataset accommodates one or more data series consisting of values associated with
tasks and subtasks.
|
JRGanttSeries
Represents the series for the Gantt dataset.
|
JRHighLowDataset
Although the name of this dataset is "High-Low", it can actually hold a series of
(x, high, low, open, close, volume) items.
|
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.
|
JRLinePlot
Type of plot used to render Line charts.
|
JRMeterPlot
This type of plot can be used only for Meter charts and
represents the display options of a Meter Chart.
|
JRMultiAxisPlot
Represents the display options and nested charts of a multiple axis chart.
|
JRPie3DPlot
Type of plot used for rendering Pie 3D charts.
|
JRPieDataset
This dataset is useful for rendering Pie or Pie 3D charts.
|
JRPiePlot
Type of plot used for rendering Pie charts.
|
JRPieSeries
Represents the series for the Pie dataset.
|
JRScatterPlot
Scatter plots are used only with Scatter charts.
|
JRThermometerPlot
Represents the display options of a Thermometer chart.
|
JRTimePeriodDataset
The Time Period dataset is very much like the Time Series dataset in that it wraps series
consisting of (time period, numeric value) pairs.
|
JRTimePeriodSeries
Represents the series for the Time Period dataset.
|
JRTimeSeries
Represents the series for the Time Series dataset.
|
JRTimeSeriesDataset
This dataset wraps one or multiple time series.
|
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.
|
JRValueDataset
This class represents a dataset that consists of a single
value.
|
JRXyDataset
This dataset is a wrapper for data series made of (x, y) value pairs and is used for
rendering XY Bar, XY Line, XY Area, and Scatter Plot charts.
|
JRXySeries
Represents the series for the XY dataset.
|
JRXyzDataset
The XYZ dataset wraps series consisting of (x, y, z) items.
|
JRXyzSeries |
Class and Description |
---|
ChartContext |
Class and Description |
---|
JRCategoryDataset
This dataset accommodates one or more data series consisting of values associated with
categories.
|
JRCategorySeries
Represents the series for any Category dataset.
|
JRGanttDataset
This dataset accommodates one or more data series consisting of values associated with
tasks and subtasks.
|
JRGanttSeries
Represents the series for the Gantt dataset.
|
JRHighLowDataset
Although the name of this dataset is "High-Low", it can actually hold a series of
(x, high, low, open, close, volume) items.
|
JRPieDataset
This dataset is useful for rendering Pie or Pie 3D charts.
|
JRPieSeries
Represents the series for the Pie dataset.
|
JRTimePeriodDataset
The Time Period dataset is very much like the Time Series dataset in that it wraps series
consisting of (time period, numeric value) pairs.
|
JRTimePeriodSeries
Represents the series for the Time Period dataset.
|
JRTimeSeries
Represents the series for the Time Series dataset.
|
JRTimeSeriesDataset
This dataset wraps one or multiple time series.
|
JRValueDataset
This class represents a dataset that consists of a single
value.
|
JRXyDataset
This dataset is a wrapper for data series made of (x, y) value pairs and is used for
rendering XY Bar, XY Line, XY Area, and Scatter Plot charts.
|
JRXySeries
Represents the series for the XY dataset.
|
JRXyzDataset
The XYZ dataset wraps series consisting of (x, y, z) items.
|
JRXyzSeries |
Class and Description |
---|
ChartContext |
ChartTheme
Chart themes give more control over chart output, including
the creation of the JFreeChart object itself.
|
ChartThemeBundle |
JRAreaPlot
Area charts and Stacked Area charts rely on this plot to render their axes and items.
|
JRBar3DPlot
Type of plot
used to render Bar 3D and the Stacked Bar 3D charts.
|
JRBarPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts.
|
JRBubblePlot
Only Bubble charts use this type of plot.
|
JRCandlestickPlot
The Candlestick plot is also an axis-oriented plot and allows you to customize axis labels
using expressions.
|
JRCategoryDataset
This dataset accommodates one or more data series consisting of values associated with
categories.
|
JRCategorySeries
Represents the series for any Category dataset.
|
JRChartAxis
Describes an axis that can be added to a multiple axis chart.
|
JRDataRange
Represents a numeric range.
|
JRGanttDataset
This dataset accommodates one or more data series consisting of values associated with
tasks and subtasks.
|
JRGanttSeries
Represents the series for the Gantt dataset.
|
JRHighLowDataset
Although the name of this dataset is "High-Low", it can actually hold a series of
(x, high, low, open, close, volume) items.
|
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.
|
JRLinePlot
Type of plot used to render Line charts.
|
JRMeterPlot
This type of plot can be used only for Meter charts and
represents the display options of a Meter Chart.
|
JRMultiAxisPlot
Represents the display options and nested charts of a multiple axis chart.
|
JRPie3DPlot
Type of plot used for rendering Pie 3D charts.
|
JRPieDataset
This dataset is useful for rendering Pie or Pie 3D charts.
|
JRPiePlot
Type of plot used for rendering Pie charts.
|
JRPieSeries
Represents the series for the Pie dataset.
|
JRScatterPlot
Scatter plots are used only with Scatter charts.
|
JRThermometerPlot
Represents the display options of a Thermometer chart.
|
JRTimePeriodDataset
The Time Period dataset is very much like the Time Series dataset in that it wraps series
consisting of (time period, numeric value) pairs.
|
JRTimePeriodSeries
Represents the series for the Time Period dataset.
|
JRTimeSeries
Represents the series for the Time Series dataset.
|
JRTimeSeriesDataset
This dataset wraps one or multiple time series.
|
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.
|
JRValueDataset
This class represents a dataset that consists of a single
value.
|
JRXyDataset
This dataset is a wrapper for data series made of (x, y) value pairs and is used for
rendering XY Bar, XY Line, XY Area, and Scatter Plot charts.
|
JRXySeries
Represents the series for the XY dataset.
|
JRXyzDataset
The XYZ dataset wraps series consisting of (x, y, z) items.
|
JRXyzSeries |
Class and Description |
---|
JRBar3DPlot
Type of plot
used to render Bar 3D and the Stacked Bar 3D charts.
|
JRCategoryAxisFormat |
JRDataRange
Represents a numeric range.
|
JRHighLowDataset
Although the name of this dataset is "High-Low", it can actually hold a series of
(x, high, low, open, close, volume) items.
|
JRItemLabel
Contains the formatting option for the textual
representation of item labels in a category plot
|
JRPieDataset
This dataset is useful for rendering Pie or Pie 3D charts.
|
JRTimeAxisFormat |
JRValueAxisFormat |
JRValueDataset
This class represents a dataset that consists of a single
value.
|
JRValueDisplay
Represents the formatting option for the textual
representation of a value displayed in a Meter or
Thermometer chart.
|
JRXAxisFormat |
JRYAxisFormat |
Class and Description |
---|
JRBar3DPlot
Type of plot
used to render Bar 3D and the Stacked Bar 3D charts.
|
JRDataRange
Represents a numeric range.
|
JRHighLowDataset
Although the name of this dataset is "High-Low", it can actually hold a series of
(x, high, low, open, close, volume) items.
|
JRItemLabel
Contains the formatting option for the textual
representation of item labels in a category plot
|
JRPieDataset
This dataset is useful for rendering Pie or Pie 3D charts.
|
JRValueDataset
This class represents a dataset that consists of a single
value.
|
JRValueDisplay
Represents the formatting option for the textual
representation of a value displayed in a Meter or
Thermometer chart.
|
Copyright © 2016. All rights reserved.