| Home >> All >> org >> jfree >> data >> [ general Javadoc ] |
| | org.jfree.data.general.junit.* (8) |
org.jfree.data.general: Javadoc index of package org.jfree.data.general.
Package Samples:
org.jfree.data.general.junit: Data interfaces and classes.
Classes:
Dataset: The base interface for data sets. All datasets are required to support the DatasetChangeEvent mechanism by allowing listeners to register and receive notification of any changes to the dataset. In addition, all datasets must belong to one (and only one) DatasetGroup . The group object maintains a reader-writer lock which provides synchronised access to the datasets in multi-threaded code.
Series: Base class representing a data series. Subclasses are left to implement the actual data structures. The series has two properties ("Name" and "Description") for which you can register a java.beans.PropertyChangeListener . You can also register a SeriesChangeListener to receive notification of changes to the series data.
CombinedDataset: This class can combine instances of org.jfree.data.xy.XYDataset , org.jfree.data.xy.OHLCDataset and org.jfree.data.xy.IntervalXYDataset together exposing the union of all the series under one dataset.
PieDataset: A general purpose dataset where values are associated with keys. As the name suggests, you can use this dataset to supply data for pie charts (refer to the org.jfree.chart.plot.PiePlot class).
AbstractSeriesDataset: An abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.
KeyedValues2DDataset: A dataset containing (key, value) data items. This dataset is equivalent to a org.jfree.data.category.CategoryDataset and is included for completeness only.
DefaultValueDataset: A dataset that stores a single value. This class provides a default implementation of the ValueDataset interface.
AbstractDataset: An abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.
DataUtilities: Utility methods for use with some of the data classes (but not the datasets, see DatasetUtilities ).
CombinationDataset: Interface that describes the new methods that any combined dataset needs to implement. A combined dataset object will combine one or more datasets and expose a sub-set or union of the combined datasets.
SubSeriesDataset: This class will create a dataset with one or more series from another SeriesDataset .
DataGeneralPackageTests: Some tests for the org.jfree.data package that can be run using JUnit. You can find more information about JUnit at http://www.junit.org .
DefaultKeyedValues2DDataset: A default implementation of the KeyedValues2DDataset interface.
MeterDataset: A dataset containing a single value within an overall range. In addition, the dataset defines three subranges: the 'normal' range, the 'warning' range and the 'critical' range.
DefaultKeyedValuesDataset: A default implementation of the KeyedValuesDataset interface.
DefaultKeyedValueDataset: A default implementation of the KeyedValueDataset interface.
DefaultMeterDataset: A default implementation of the MeterDataset interface.
DefaultPieDataset: A default implementation of the PieDataset interface.
DefaultKeyedValues2DDatasetTests: Tests for the org.jfree.data.general.DefaultKeyedValues2DDataset class.
DefaultKeyedValuesDatasetTests: Tests for the org.jfree.data.general.DefaultKeyedValuesDataset class.
DefaultKeyedValueDatasetTests: Tests for the org.jfree.data.general.DefaultKeyedValueDataset class.
WaferMapDataset: A dataset that can be used with the org.jfree.chart.plot.WaferMapPlot class.
DatasetUtilitiesTests: Tests for the org.jfree.data.general.DatasetUtilities class.
DatasetGroupTests: Tests for the org.jfree.data.general.DatasetGroup class.
PieDatasetTests: Tests for the org.jfree.data.general.PieDataset class.
| Home | Contact Us | Privacy Policy | Terms of Service |