Uses of Package
com.jrefinery.data

Packages that use com.jrefinery.data
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.data Classes for created fitted data (contributed by Matthew Wright). 
com.jrefinery.chart.demo Demonstration applications for the JFreeChart class library. 
com.jrefinery.chart.demo.jdbc.swing Classes for the JFreeChart JDBC demonstration. 
com.jrefinery.chart.tooltips Classes for adding tooltips to charts. 
com.jrefinery.chart.urls Classes for adding URLS to charts for HTML image map generation. 
com.jrefinery.data Data interfaces and classes. 
 

Classes in com.jrefinery.data used by com.jrefinery.chart
CategoryDataset
          The interface for a dataset with one or more series, and values associated with "categories".
Dataset
          The base interface for data sets.
DatasetChangeEvent
          A change event that encapsulates information about a change to a dataset.
DatasetChangeListener
          The interface that must be supported by classes that wish to receive notification of changes to a dataset.
DatasetGroup
          A class that is used to group datasets.
HighLowDataset
          An interface that defines data in the form of (x, high, low, open, close) tuples.
IntervalCategoryDataset
          A category dataset that defines a value range for each series/category combination.
IntervalXYDataset
          An extension of the XYDataset interface that allows a range of data to be defined for the X values, the Y values, or both the X and Y values.
MeterDataset
          A dataset containing a single value within an overall range.
PieDataset
          The interface for a general-purpose dataset where values are associated with categories.
Range
          Represents the visible range for an axis.
SignalsDataset
          An interface that adds signal information to an XYDataset.
WindDataset
          Interface for a dataset that supplies wind intensity and direction values observed at various points in time.
XYDataset
          An interface through which data in the form of (x, y) pairs can be accessed.
 

Classes in com.jrefinery.data used by com.jrefinery.chart.data
XYDataset
          An interface through which data in the form of (x, y) pairs can be accessed.
 

Classes in com.jrefinery.data used by com.jrefinery.chart.demo
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
BasicTimeSeries
          Represents a sequence of zero or more data pairs in the form (period, value).
CategoryDataset
          The interface for a dataset with one or more series, and values associated with "categories".
Dataset
          The base interface for data sets.
DatasetChangeListener
          The interface that must be supported by classes that wish to receive notification of changes to a dataset.
DefaultMeterDataset
          A default implementation of the MeterDataset interface.
DomainInfo
          An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
HighLowDataset
          An interface that defines data in the form of (x, high, low, open, close) tuples.
IntervalCategoryDataset
          A category dataset that defines a value range for each series/category combination.
IntervalXYDataset
          An extension of the XYDataset interface that allows a range of data to be defined for the X values, the Y values, or both the X and Y values.
Range
          Represents the visible range for an axis.
RangeInfo
          An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
SeriesChangeListener
          Methods for receiving notification of changes to a data series.
SeriesDataset
          The interface for a dataset consisting of one or many series of data.
SignalsDataset
          An interface that adds signal information to an XYDataset.
TimeSeriesCollection
          A collection of time series objects.
WindDataset
          Interface for a dataset that supplies wind intensity and direction values observed at various points in time.
XisSymbolic
          Represent a data set where X is a symbolic values.
XYDataset
          An interface through which data in the form of (x, y) pairs can be accessed.
YisSymbolic
          Represent a data set where Y is a symbolic values.
 

Classes in com.jrefinery.data used by com.jrefinery.chart.demo.jdbc.swing
JdbcXYDataset
          This class provides an chart XYDataset implementation over a database JDBC result set.
 

Classes in com.jrefinery.data used by com.jrefinery.chart.tooltips
CategoryDataset
          The interface for a dataset with one or more series, and values associated with "categories".
PieDataset
          The interface for a general-purpose dataset where values are associated with categories.
XYDataset
          An interface through which data in the form of (x, y) pairs can be accessed.
 

Classes in com.jrefinery.data used by com.jrefinery.chart.urls
CategoryDataset
          The interface for a dataset with one or more series, and values associated with "categories".
PieDataset
          The interface for a general-purpose dataset where values are associated with categories.
XYDataset
          An interface through which data in the form of (x, y) pairs can be accessed.
 

Classes in com.jrefinery.data used by com.jrefinery.data
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
BasicTimeSeries
          Represents a sequence of zero or more data pairs in the form (period, value).
CategoryDataset
          The interface for a dataset with one or more series, and values associated with "categories".
CombinationDataset
          Interface that describes the new methods that any combined dataset needs to implement.
Dataset
          The base interface for data sets.
DatasetChangeEvent
          A change event that encapsulates information about a change to a dataset.
DatasetChangeListener
          The interface that must be supported by classes that wish to receive notification of changes to a dataset.
DatasetGroup
          A class that is used to group datasets.
Day
          Represents a single day in the range 1-Jan-1900 to 31-Dec-9999.
DefaultCategoryDataset
          A convenience class that provides a default implementation of the CategoryDataset interface.
DefaultPieDataset
          A default implementation of the PieDataset interface.
DomainInfo
          An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
Function2D
          A function of the form y = f(x).
GanttSeries
          A very basic representation of a list of tasks and time allocations.
HighLowDataset
          An interface that defines data in the form of (x, high, low, open, close) tuples.
Hour
          Represents an hour in a specific day.
IntervalCategoryDataset
          A category dataset that defines a value range for each series/category combination.
IntervalXYDataset
          An extension of the XYDataset interface that allows a range of data to be defined for the X values, the Y values, or both the X and Y values.
MeterDataset
          A dataset containing a single value within an overall range.
Minute
          Represents a minute.
Month
          Represents a single month.
PieDataset
          The interface for a general-purpose dataset where values are associated with categories.
Quarter
          Defines a quarter (in a given year).
Range
          Represents the visible range for an axis.
RangeInfo
          An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
Second
          Represents a second in a particular day.
Series
          Base class representing a data series.
SeriesChangeEvent
          An event with details of a change to a series.
SeriesChangeListener
          Methods for receiving notification of changes to a data series.
SeriesDataset
          The interface for a dataset consisting of one or many series of data.
SeriesException
          A general purpose exception class for data series.
SignalsDataset
          An interface that adds signal information to an XYDataset.
StatisticalCategoryDataset
          A category dataset that defines a median and standard deviation value for each series/category combination.
TimeAllocation
          An arbitrary period of time.
TimePeriod
          An abstract class representing a unit of time.
TimePeriodFormatException
          An exception that indicates an invalid format in a string representing a time period.
TimeSeriesDataPair
          Represents one data item in a time series.
Week
          Represents a week within a particular year.
WindDataset
          Interface for a dataset that supplies wind intensity and direction values observed at various points in time.
XYDataPair
          Represents one (x, y) data item for an xy-series.
XYDataset
          An interface through which data in the form of (x, y) pairs can be accessed.
XYSeries
          Represents a sequence of zero or more data pairs in the form (x, y).
XYZDataset
          The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
Year
          Represents a year in the range 1900 to 9999.