Uses of Package
net.sf.jasperreports.charts
-
Packages that use net.sf.jasperreports.charts 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 net.sf.jasperreports.chartthemes.simple net.sf.jasperreports.chartthemes.spring net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.net.sf.jasperreports.customizers net.sf.jasperreports.customizers.axis net.sf.jasperreports.customizers.marker net.sf.jasperreports.customizers.shape net.sf.jasperreports.customizers.util -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.charts Class Description ChartContext ChartsExpressionCollector An expression collector traverses a report and collects report expressions out of it.ChartTheme Chart themes give more control over chart output, including the creation of the JFreeChart object itself.ChartVisitor ChartVisitorFactory DefaultElementVisitorsAdapter ElementVisitorAdapter JRAreaPlot Area charts and Stacked Area charts rely on this plot to render their axes and items.JRBar3DPlot Deprecated.To be removed.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.JRChart Implementations of this interface can be used for rendering chart components.JRChartAxis Describes an axis that can be added to a multiple axis chart.JRChartCustomizer This interface allows users to provide pluggable chart customizers.JRChartDataset Datasets are used to represent the actual data needed to generate a chart.JRChartPlot Chart plots define chart appearance and display details such as colors, legend or labels.JRChartPlot.JRSeriesColor 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 plotJRLinePlot 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 Deprecated.To be removed.JRPieDataset This dataset is useful for rendering Pie 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 NamedChartCustomizer Interface that represents aJRChartCustomizer
that is assigned a name after being instantiated using the default empty constructor. -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.charts.base Class Description ChartCopyObjectFactory ChartsAbstractObjectFactory ChartsExpressionCollector An expression collector traverses a report and collects report expressions out of it.ChartVisitor JRAreaPlot Area charts and Stacked Area charts rely on this plot to render their axes and items.JRBar3DPlot Deprecated.To be removed.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.JRChart Implementations of this interface can be used for rendering chart components.JRChartAxis Describes an axis that can be added to a multiple axis chart.JRChartDataset Datasets are used to represent the actual data needed to generate a chart.JRChartPlot Chart plots define chart appearance and display details such as colors, legend or labels.JRChartPlot.JRSeriesColor 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 plotJRLinePlot 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 Deprecated.To be removed.JRPieDataset This dataset is useful for rendering Pie 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 -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.charts.convert Class Description ChartContext ChartVisitor JRChart Implementations of this interface can be used for rendering chart components. -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.charts.design Class Description ChartCopyObjectFactory ChartsExpressionCollector An expression collector traverses a report and collects report expressions out of it.ChartVisitor JRAreaPlot Area charts and Stacked Area charts rely on this plot to render their axes and items.JRBar3DPlot Deprecated.To be removed.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.JRChart Implementations of this interface can be used for rendering chart components.JRChartAxis Describes an axis that can be added to a multiple axis chart.JRChartDataset Datasets are used to represent the actual data needed to generate a chart.JRChartPlot Chart plots define chart appearance and display details such as colors, legend or labels.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 plotJRLinePlot 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 Deprecated.To be removed.JRPieDataset This dataset is useful for rendering Pie 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 -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.charts.fill Class Description ChartContext ChartsAbstractObjectFactory ChartsExpressionCollector An expression collector traverses a report and collects report expressions out of it.ChartTheme Chart themes give more control over chart output, including the creation of the JFreeChart object itself.ChartThemeBundle ChartVisitor JRAreaPlot Area charts and Stacked Area charts rely on this plot to render their axes and items.JRBar3DPlot Deprecated.To be removed.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.JRChart Implementations of this interface can be used for rendering chart components.JRChartAxis Describes an axis that can be added to a multiple axis chart.JRChartCustomizer This interface allows users to provide pluggable chart customizers.JRChartDataset Datasets are used to represent the actual data needed to generate a chart.JRChartPlot Chart plots define chart appearance and display details such as colors, legend or labels.JRChartPlot.JRSeriesColor 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 plotJRLinePlot 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 Deprecated.To be removed.JRPieDataset This dataset is useful for rendering Pie 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 -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.charts.util Class Description ChartTheme Chart themes give more control over chart output, including the creation of the JFreeChart object itself.ChartVisitor JRBar3DPlot Deprecated.To be removed.JRCategoryAxisFormat JRChart Implementations of this interface can be used for rendering chart components.JRChartPlot Chart plots define chart appearance and display details such as colors, legend or labels.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 plotJRPieDataset This dataset is useful for rendering Pie 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 -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.chartthemes Class Description ChartTheme Chart themes give more control over chart output, including the creation of the JFreeChart object itself.ChartThemeBundle -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.chartthemes.simple Class Description ChartContext ChartTheme Chart themes give more control over chart output, including the creation of the JFreeChart object itself.ChartThemeBundle JRChart Implementations of this interface can be used for rendering chart components.JRChartPlot Chart plots define chart appearance and display details such as colors, legend or labels.JRDataRange Represents a numeric range. -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.chartthemes.spring Class Description ChartContext ChartTheme Chart themes give more control over chart output, including the creation of the JFreeChart object itself.JRChart Implementations of this interface can be used for rendering chart components.JRChartAxis Describes an axis that can be added to a multiple axis chart.JRChartPlot Chart plots define chart appearance and display details such as colors, legend or labels.JRDataRange Represents a numeric range. -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.components.spiderchart Class Description JRCategorySeries Represents the series for any Category dataset. -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.customizers Class Description JRAbstractChartCustomizer Abstract implementation ofJRChartCustomizer
that provides access to parameter, variable and field values.JRChart Implementations of this interface can be used for rendering chart components.JRChartCustomizer This interface allows users to provide pluggable chart customizers.NamedChartCustomizer Interface that represents aJRChartCustomizer
that is assigned a name after being instantiated using the default empty constructor. -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.customizers.axis Class Description JRAbstractChartCustomizer Abstract implementation ofJRChartCustomizer
that provides access to parameter, variable and field values.JRChart Implementations of this interface can be used for rendering chart components.JRChartCustomizer This interface allows users to provide pluggable chart customizers.NamedChartCustomizer Interface that represents aJRChartCustomizer
that is assigned a name after being instantiated using the default empty constructor. -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.customizers.marker Class Description JRAbstractChartCustomizer Abstract implementation ofJRChartCustomizer
that provides access to parameter, variable and field values.JRChart Implementations of this interface can be used for rendering chart components.JRChartCustomizer This interface allows users to provide pluggable chart customizers.NamedChartCustomizer Interface that represents aJRChartCustomizer
that is assigned a name after being instantiated using the default empty constructor. -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.customizers.shape Class Description JRAbstractChartCustomizer Abstract implementation ofJRChartCustomizer
that provides access to parameter, variable and field values.JRChart Implementations of this interface can be used for rendering chart components.JRChartCustomizer This interface allows users to provide pluggable chart customizers.NamedChartCustomizer Interface that represents aJRChartCustomizer
that is assigned a name after being instantiated using the default empty constructor. -
Classes in net.sf.jasperreports.charts used by net.sf.jasperreports.customizers.util Class Description JRAbstractChartCustomizer Abstract implementation ofJRChartCustomizer
that provides access to parameter, variable and field values.