Uses of Package
org.jfree.data

Packages that use org.jfree.data
Package Description
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent  
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics  
org  
org.jfree.chart
Core classes, including JFreeChart and ChartPanel.
org.jfree.chart.axis
Axis classes and interfaces.
org.jfree.chart.demo  
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.renderer
Plug-in renderers for the CategoryPlot and XYPlot classes.
org.jfree.chart.urls
Classes for adding URLS to charts for HTML image map generation.
org.jfree.data
Data interfaces and classes.
org.jfree.data.gantt
Data interfaces and classes for Gantt charts.
org.jfree.data.statistics
Classes for representing statistical data.
org.jfree.data.time
Interfaces and classes for time-related data.
org.jfree.data.xml
Support for reading datasets from XML files.
  • Classes in org.jfree.data used by de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent
    Class Description
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    MeanAndStandardDeviation
    A simple data structure that holds a mean value and a standard deviation value.
  • Classes in org.jfree.data used by de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics
    Class Description
    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.
    AbstractXYDataset
    An base class that you can use to create new implementations of the XYDataset interface.
    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.
    XYDataset
    An interface through which data in the form of (x, y) items can be accessed.
  • Classes in org.jfree.data used by org
    Class Description
    AbstractDataset
    An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    Dataset
    The base interface for data sets.
    KeyedValues2D
    An extension of the Values2D interface where a unique key is associated with the row and column indices.
    MeanAndStandardDeviation
    A simple data structure that holds a mean value and a standard deviation value.
    RangeInfo
    An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
    Values2D
    A general purpose interface that can be used to access a table of values.
  • Classes in org.jfree.data used by org.jfree.chart
    Class Description
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    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.
    PieDataset
    A general purpose dataset where values are associated with keys.
    SignalsDataset
    An interface that adds signal information to an XYDataset.
    TableXYDataset
    A dataset containing one or more data series containing (x, y) data items, where all series in the dataset share the same set of x-values.
    WaferMapDataset
    A dataset that can be used with the WaferMapPlot class.
    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) items can be accessed.
    XYZDataset
    The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
  • Classes in org.jfree.data used by org.jfree.chart.axis
    Class Description
    DateRange
    A range specified in terms of two java.util.Date objects.
    Range
    Represents an immutable range of values.
  • Classes in org.jfree.data used by org.jfree.chart.demo
    Class Description
    AbstractDataset
    An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
    AbstractIntervalXYDataset
    An base class that you can use to create new implementations of the XYDataset interface.
    AbstractSeriesDataset
    An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
    AbstractXYDataset
    An base class that you can use to create new implementations of the XYDataset interface.
    AbstractXYZDataset
    An base class that you can use to create new implementations of the XYZDataset interface.
    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.
    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 an immutable range of values.
    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.
    WaferMapDataset
    A dataset that can be used with the WaferMapPlot class.
    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) items can be accessed.
    XYZDataset
    The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
    YisSymbolic
    Represent a data set where Y is a symbolic values.
  • Classes in org.jfree.data used by org.jfree.chart.entity
    Class Description
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    PieDataset
    A general purpose dataset where values are associated with keys.
    XYDataset
    An interface through which data in the form of (x, y) items can be accessed.
  • Classes in org.jfree.data used by org.jfree.chart.labels
    Class Description
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    ContourDataset
    The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
    PieDataset
    A general purpose dataset where values are associated with keys.
    XYDataset
    An interface through which data in the form of (x, y) items can be accessed.
    XYZDataset
    The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
  • Classes in org.jfree.data used by org.jfree.chart.plot
    Class Description
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    ContourDataset
    The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
    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.
    PieDataset
    A general purpose dataset where values are associated with keys.
    Range
    Represents an immutable range of values.
    ValueDataset
    An interface for a dataset that returns a single value.
    WaferMapDataset
    A dataset that can be used with the WaferMapPlot class.
    XYDataset
    An interface through which data in the form of (x, y) items can be accessed.
  • Classes in org.jfree.data used by org.jfree.chart.renderer
    Class Description
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    KeyToGroupMap
    A class that maps keys (instances of Comparable to groups.
    Range
    Represents an immutable range of values.
    XYDataset
    An interface through which data in the form of (x, y) items can be accessed.
  • Classes in org.jfree.data used by org.jfree.chart.urls
    Class Description
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    PieDataset
    A general purpose dataset where values are associated with keys.
    XYDataset
    An interface through which data in the form of (x, y) items can be accessed.
    XYZDataset
    The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
  • Classes in org.jfree.data used by org.jfree.data
    Class Description
    AbstractDataset
    An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
    AbstractIntervalXYDataset
    An base class that you can use to create new implementations of the XYDataset interface.
    AbstractSeriesDataset
    An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
    AbstractXYDataset
    An base class that you can use to create new implementations of the XYDataset interface.
    AbstractXYZDataset
    An base class that you can use to create new implementations of the XYZDataset interface.
    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.
    ContourDataset
    The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
    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.
    DefaultCategoryDataset
    A default implementation of the CategoryDataset interface.
    DefaultContourDataset
    A convenience class that provides a default implementation of the ContourDataset 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).
    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.
    KeyedValue
    A (key, value) pair.
    KeyedValueComparatorType
    Uses to indicate the type of a KeyedValueComparator : 'by key' or 'by value'.
    KeyedValueDataset
    A dataset containing a single value.
    KeyedValues
    A collection of values where each value is associated with a key.
    KeyedValues2D
    An extension of the Values2D interface where a unique key is associated with the row and column indices.
    KeyedValues2DDataset
    A dataset containing (key, value) data items.
    KeyedValuesDataset
    A dataset containing (key, value) data items.
    KeyToGroupMap
    A class that maps keys (instances of Comparable to groups.
    MatrixSeries
    Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).
    MeterDataset
    Deprecated.
    Use ValueDataset instead, this interface mixes data and presentation items.
    OHLCDataItem
    Represents a single (open-high-low-close) data item in an OHLCDataset.
    PieDataset
    A general purpose dataset where values are associated with keys.
    Range
    Represents an immutable range of values.
    RangeInfo
    An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
    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.
    SignalsDataset
    An interface that adds signal information to an XYDataset.
    TableXYDataset
    A dataset containing one or more data series containing (x, y) data items, where all series in the dataset share the same set of x-values.
    Value
    A general purpose interface for accessing a value.
    ValueDataset
    An interface for a dataset that returns a single value.
    Values
    An interface through which (single-dimension) data values can be accessed.
    Values2D
    A general purpose interface that can be used to access a table of values.
    WindDataset
    Interface for a dataset that supplies wind intensity and direction values observed at various points in time.
    XYDataItem
    Represents one (x, y) data item for an XYSeries.
    XYDataPair
    Deprecated.
    XYDataset
    An interface through which data in the form of (x, y) items can be accessed.
    XYSeries
    Represents a sequence of zero or more data items 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.
  • Classes in org.jfree.data used by org.jfree.data.gantt
    Class Description
    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.
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    Dataset
    The base interface for data sets.
    IntervalCategoryDataset
    A category dataset that defines a value range for each series/category combination.
    KeyedValues2D
    An extension of the Values2D interface where a unique key is associated with the row and column indices.
    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.
    Values2D
    A general purpose interface that can be used to access a table of values.
  • Classes in org.jfree.data used by org.jfree.data.statistics
    Class Description
    AbstractDataset
    An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
    AbstractIntervalXYDataset
    An base class that you can use to create new implementations of the XYDataset interface.
    AbstractSeriesDataset
    An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
    AbstractXYDataset
    An base class that you can use to create new implementations of the XYDataset interface.
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    Dataset
    The base interface for data sets.
    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.
    KeyedValues2D
    An extension of the Values2D interface where a unique key is associated with the row and column indices.
    Range
    Represents an immutable range of values.
    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.
    Values2D
    A general purpose interface that can be used to access a table of values.
    XYDataset
    An interface through which data in the form of (x, y) items can be accessed.
  • Classes in org.jfree.data used by org.jfree.data.time
    Class Description
    AbstractDataset
    An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
    AbstractIntervalXYDataset
    An base class that you can use to create new implementations of the XYDataset interface.
    AbstractSeriesDataset
    An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
    AbstractXYDataset
    An base class that you can use to create new implementations of the XYDataset interface.
    Dataset
    The base interface for data sets.
    DomainInfo
    An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
    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 an immutable range of values.
    RangeInfo
    An interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.
    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.
    TableXYDataset
    A dataset containing one or more data series containing (x, y) data items, where all series in the dataset share the same set of x-values.
    XYDataset
    An interface through which data in the form of (x, y) items can be accessed.
  • Classes in org.jfree.data used by org.jfree.data.xml
    Class Description
    CategoryDataset
    The interface for a dataset with one or more series, and values associated with categories.
    PieDataset
    A general purpose dataset where values are associated with keys.