Uses of Class
org.jfree.data.AbstractIntervalXYDataset
Package | Description |
---|---|
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 AbstractIntervalXYDataset in org.jfree.chart.demo
Subclasses of AbstractIntervalXYDataset in org.jfree.chart.demo Modifier and Type Class Description class
SimpleIntervalXYDataset
A quick and dirty sample dataset.class
SimpleIntervalXYDataset2
A quick and dirty sample dataset. -
Uses of AbstractIntervalXYDataset in org.jfree.data
Subclasses of AbstractIntervalXYDataset in org.jfree.data Modifier and Type Class Description 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 AbstractIntervalXYDataset in org.jfree.data.statistics
Subclasses of AbstractIntervalXYDataset in org.jfree.data.statistics Modifier and Type Class Description class
HistogramDataset
A dataset that can be used for creating histograms. -
Uses of AbstractIntervalXYDataset in org.jfree.data.time
Subclasses of AbstractIntervalXYDataset in org.jfree.data.time 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.