Uses of Interface
org.jfree.data.IntervalXYDataset
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.demo | |
| org.jfree.data |
Data interfaces and classes.
|
| org.jfree.data.statistics |
Classes for representing statistical data.
|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of IntervalXYDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type IntervalXYDataset Modifier and Type Method Description static JFreeChartChartFactory. createHistogram(String title, String xAxisLabel, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a histogram chart.static JFreeChartChartFactory. createXYBarChart(String title, String xAxisLabel, boolean dateAxis, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates and returns a default instance of an XY bar chart.static JFreeChartChartFactory. createXYBarChart(String title, String xAxisLabel, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Deprecated.Use createXYBarChart() method with additional parameter. -
Uses of IntervalXYDataset in org.jfree.chart.demo
Classes in org.jfree.chart.demo that implement IntervalXYDataset Modifier and Type Class Description classSimpleIntervalXYDatasetA quick and dirty sample dataset.classSimpleIntervalXYDataset2A quick and dirty sample dataset. -
Uses of IntervalXYDataset in org.jfree.data
Classes in org.jfree.data that implement IntervalXYDataset Modifier and Type Class Description classAbstractIntervalXYDatasetAn base class that you can use to create new implementations of theXYDatasetinterface.classCategoryTableXYDatasetAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classCombinedDatasetThis class can combine instances ofXYDataset,HighLowDatasetandIntervalXYDatasettogether exposing the union of all the series under one dataset.classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classSubSeriesDatasetThis class will create a dataset with one or more series from anotherSeriesDataset.classXYBarDatasetA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYSeriesCollectionRepresents a collection ofXYSeriesobjects that can be used as a dataset. -
Uses of IntervalXYDataset in org.jfree.data.statistics
Classes in org.jfree.data.statistics that implement IntervalXYDataset Modifier and Type Class Description classHistogramDatasetA dataset that can be used for creating histograms. -
Uses of IntervalXYDataset in org.jfree.data.time
Classes in org.jfree.data.time that implement IntervalXYDataset Modifier and Type Class Description classDynamicTimeSeriesCollectionA dynamic dataset.classTimePeriodValuesCollectionA collection ofTimePeriodValuesobjects.classTimeSeriesCollectionA collection of time series objects.classTimeTableXYDatasetA dataset for regular time periods that implements the TableXYDataset interface.