Header
And More


Uses of Package
org.jfree.data.general

Packages that use org.jfree.data.general
org.jfree.chart Core classes, including JFreeChart and ChartPanel
org.jfree.chart.entity Classes representing components of (or entities in) a chart. 
org.jfree.chart.labels Generators and other classes used for the display of item labels and tooltips. 
org.jfree.chart.plot Plot classes and related interfaces. 
org.jfree.chart.plot.dial Classes for creating dial plots. 
org.jfree.chart.renderer.xy Plug-in renderers for the XYPlot class. 
org.jfree.chart.title Classes used to display chart titles and subtitles. 
org.jfree.chart.urls Classes for adding URLS to charts for HTML image map generation. 
org.jfree.data The base package for classes that represent various types of data. 
org.jfree.data.category A package containing the CategoryDataset interface and related classes. 
org.jfree.data.contour Datasets used by the ContourPlot class. 
org.jfree.data.gantt Data interfaces and classes for Gantt charts. 
org.jfree.data.general Data interfaces and classes. 
org.jfree.data.jdbc Dataset classes that fetch data from a database via JDBC. 
org.jfree.data.statistics Classes for representing statistical data. 
org.jfree.data.time Interfaces and classes for time-related data. 
org.jfree.data.time.ohlc Classes for representing financial data in open-high-low-close form. 
org.jfree.data.xml Support for reading datasets from XML files. 
org.jfree.data.xy A package containing the XYDataset interface and related classes. 
 

Classes in org.jfree.data.general used by org.jfree.chart
Dataset
          The base interface for data sets.
PieDataset
          A general purpose dataset where values are associated with keys.
WaferMapDataset
          A dataset that can be used with the WaferMapPlot class.
 

Classes in org.jfree.data.general used by org.jfree.chart.entity
Dataset
          The base interface for data sets.
PieDataset
          A general purpose dataset where values are associated with keys.
 

Classes in org.jfree.data.general used by org.jfree.chart.labels
PieDataset
          A general purpose dataset where values are associated with keys.
 

Classes in org.jfree.data.general used by org.jfree.chart.plot
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 (currently not used for any specific purpose).
PieDataset
          A general purpose dataset where values are associated with keys.
ValueDataset
          An interface for a dataset that returns a single value.
WaferMapDataset
          A dataset that can be used with the WaferMapPlot class.
 

Classes in org.jfree.data.general used by org.jfree.chart.plot.dial
DatasetChangeListener
          The interface that must be supported by classes that wish to receive notification of changes to a dataset.
ValueDataset
          An interface for a dataset that returns a single value.
 

Classes in org.jfree.data.general used by org.jfree.chart.renderer.xy
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.
DatasetGroup
          A class that is used to group datasets (currently not used for any specific purpose).
SeriesDataset
          The interface for a dataset consisting of one or many series of data.
 

Classes in org.jfree.data.general used by org.jfree.chart.title
Dataset
          The base interface for data sets.
 

Classes in org.jfree.data.general used by org.jfree.chart.urls
PieDataset
          A general purpose dataset where values are associated with keys.
 

Classes in org.jfree.data.general used by org.jfree.data
Series
          Base class representing a data series.
 

Classes in org.jfree.data.general used by org.jfree.data.category
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
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.
PieDataset
          A general purpose dataset where values are associated with keys.
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.
 

Classes in org.jfree.data.general used by org.jfree.data.contour
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
Dataset
          The base interface for data sets.
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.
 

Classes in org.jfree.data.general used by org.jfree.data.gantt
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
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.
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.
 

Classes in org.jfree.data.general used by org.jfree.data.general
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
CombinationDataset
          Deprecated. 1.0.13
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 (currently not used for any specific purpose).
DefaultPieDataset
          A default implementation of the PieDataset interface.
HeatMapDataset
          A dataset that represents a rectangular grid of (x, y, z) values.
KeyedValueDataset
          A dataset containing a single value.
KeyedValues2DDataset
          A dataset containing (key, value) data items.
KeyedValuesDataset
          A dataset containing (key, value) data items.
PieDataset
          A general purpose dataset where values are associated with keys.
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.
ValueDataset
          An interface for a dataset that returns a single value.
 

Classes in org.jfree.data.general used by org.jfree.data.jdbc
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
Dataset
          The base interface for data sets.
DefaultPieDataset
          A default implementation of the PieDataset interface.
PieDataset
          A general purpose dataset where values are associated with keys.
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.
 

Classes in org.jfree.data.general used by org.jfree.data.statistics
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
Dataset
          The base interface for data sets.
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.
 

Classes in org.jfree.data.general used by org.jfree.data.time
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
Dataset
          The base interface for data sets.
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.
 

Classes in org.jfree.data.general used by org.jfree.data.time.ohlc
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
Dataset
          The base interface for data sets.
Series
          Base class representing a data 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.
 

Classes in org.jfree.data.general used by org.jfree.data.xml
PieDataset
          A general purpose dataset where values are associated with keys.
 

Classes in org.jfree.data.general used by org.jfree.data.xy
AbstractDataset
          An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
AbstractSeriesDataset
          An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
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.
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.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.