|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSeriesDataset | |
com.jrefinery.chart.demo | Demonstration applications for the JFreeChart class library. |
com.jrefinery.data | Data interfaces and classes. |
Uses of AbstractSeriesDataset in com.jrefinery.chart.demo |
Subclasses of AbstractSeriesDataset in com.jrefinery.chart.demo | |
class |
EmptyXYDataset
An empty dataset for testing purposes. |
class |
SampleXYDataset
A dummy dataset for an XY plot. |
class |
SampleXYDataset2
Random data for a scatter plot demo. |
class |
SampleXYSymbolicDataset
Random data for a symbolic plot demo. |
class |
SampleYSymbolicDataset
Random data for a symbolic plot demo. |
Uses of AbstractSeriesDataset in com.jrefinery.data |
Subclasses of AbstractSeriesDataset in com.jrefinery.data | |
class |
CombinedDataset
This class can combine XYDatasets, HighLowDatasets and IntervalXYDatasets together exposing the union of all the series under one Dataset. |
class |
DefaultCategoryDataset
A convenience class that provides a default implementation of the CategoryDataset interface. |
class |
DefaultHighLowDataset
A simple implementation of the HighLowDataset. |
class |
DefaultIntervalCategoryDataset
A convenience class that provides a default implementation of the IntervalCategoryDataset interface. |
class |
DefaultStatisticalCategoryDataset
A convenience class that provides a default implementation of the StatisticalCategoryDataset interface. |
class |
DefaultWindDataset
A default implementation of the WindDataset interface. |
class |
DefaultXYDataset
A convenience class that provides a default implementation of the XYDataset interface. |
class |
GanttSeriesCollection
A collection of GanttSeries objects. |
class |
JdbcCategoryDataset
A CategoryDataset implementation over a database JDBC result set. |
class |
SubSeriesDataset
This class will create a Dataset with one or more series from another SeriesDataset. |
class |
TimeSeriesCollection
A collection of time series objects. |
class |
XYSeriesCollection
Represents a collection of time series that can be used as a dataset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |