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 JFreeChart
ChartFactory. createHistogram(String title, String xAxisLabel, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a histogram chart.static JFreeChart
ChartFactory. 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 JFreeChart
ChartFactory. 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 class
SimpleIntervalXYDataset
A quick and dirty sample dataset.class
SimpleIntervalXYDataset2
A 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 class
AbstractIntervalXYDataset
An base class that you can use to create new implementations of theXYDataset
interface.class
CategoryTableXYDataset
An implementation variant of theTableXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
CombinedDataset
This class can combine instances ofXYDataset
,HighLowDataset
andIntervalXYDataset
together exposing the union of all the series under one dataset.class
DefaultTableXYDataset
AnXYDataset
where every series shares the same x-values (required for generating stacked area charts).class
SubSeriesDataset
This class will create a dataset with one or more series from anotherSeriesDataset
.class
XYBarDataset
A dataset wrapper class that converts a standardXYDataset
into anIntervalXYDataset
suitable for use in creating XY bar charts.class
XYSeriesCollection
Represents a collection ofXYSeries
objects 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 class
HistogramDataset
A 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 class
DynamicTimeSeriesCollection
A dynamic dataset.class
TimePeriodValuesCollection
A collection ofTimePeriodValues
objects.class
TimeSeriesCollection
A collection of time series objects.class
TimeTableXYDataset
A dataset for regular time periods that implements the TableXYDataset interface.