Uses of Interface org.jfree.data.xy.IntervalXYDataset

Uses in package org.jfree.data.general

Classes implementing org.jfree.data.xy.IntervalXYDataset

class
This class can combine instances of XYDataset, OHLCDataset and IntervalXYDataset together exposing the union of all the series under one dataset.
class
This class will create a dataset with one or more series from another SeriesDataset.

Uses in package org.jfree.data.time

Classes implementing org.jfree.data.xy.IntervalXYDataset

class
A dynamic dataset.
class
A collection of TimePeriodValues objects.
class
A collection of time series objects.
class
A dataset for regular time periods that implements the TableXYDataset interface.

Uses in package org.jfree.chart

Methods with parameter type org.jfree.data.xy.IntervalXYDataset

JFreeChart
ChartFactory.createHistogram(String title, String xAxisLabel, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a histogram chart.
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.

Uses in package org.jfree.data.statistics

Classes implementing org.jfree.data.xy.IntervalXYDataset

class
A dataset that can be used for creating histograms.
class
A dataset used for creating simple histograms with custom defined bins.

Uses in package org.jfree.data.xy

Classes implementing org.jfree.data.xy.IntervalXYDataset

class
An base class that you can use to create new implementations of the IntervalXYDataset interface.
class
An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).
class
A dataset that defines a range (interval) for both the x-values and the y-values.
class
An XYDataset where every series shares the same x-values (required for generating stacked area charts).
class
A collection of XIntervalSeries objects.
class
A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.
class
A collection of XYIntervalSeries objects.
class
Represents a collection of XYSeries objects that can be used as a dataset.
class
A collection of YIntervalSeries objects.