| Name | Description | Type | Package | Framework |
| AbstractIntervalXYDataset | An base class that you can use to create new implementations of the IntervalXYDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| AbstractXYDataset | An base class that you can use to create new implementations of the XYDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| AbstractXYZDataset | An base class that you can use to create new implementations of the XYZDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| CategoryTableXYDataset | An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts). | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultHighLowDataset | A simple implementation of the OHLCDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultIntervalXYDataset | A dataset that defines a range (interval) for both the x-values and the y-values. | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultOHLCDataset | A simple implementation of the OHLCDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultTableXYDataset | An XYDataset where every series shares the same x-values (required for generating stacked area charts). | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultWindDataset | A default implementation of the WindDataset interface. | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultXYDataset | A default implementation of the XYDataset interface that stores data values in arrays of double primitives. | Class | org.jfree.data.xy | JFreeChart |
|
| DefaultXYZDataset | A default implementation of the XYZDataset interface that stores data values in arrays of double primitives. | Class | org.jfree.data.xy | JFreeChart |
|
| IntervalXYDataset | An extension of the XYDataset interface that allows an x-interval and a y-interval to be defined. | Interface | org.jfree.data.xy | JFreeChart |
|
| IntervalXYDelegate | A delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset. | Class | org.jfree.data.xy | JFreeChart |
|
| IntervalXYZDataset | An extension of the XYZDataset interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values. | Interface | org.jfree.data.xy | JFreeChart |
|
| MatrixSeries | Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0). | Class | org.jfree.data.xy | JFreeChart |
|
| MatrixSeriesCollection | Represents a collection of MatrixSeries that can be used as aSee Also:MatrixSeries, | Class | org.jfree.data.xy | JFreeChart |
|
| NormalizedMatrixSeries | Represents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0). | Class | org.jfree.data.xy | JFreeChart |
|
| OHLCDataItem | Represents a single (open-high-low-close) data item in an DefaultOHLCDataset. | Class | org.jfree.data.xy | JFreeChart |
|
| OHLCDataset | An interface that defines data in the form of (x, high, low, open, close)Returns the y-value for the specified series and item. | Interface | org.jfree.data.xy | JFreeChart |
|
| 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. | Interface | org.jfree.data.xy | JFreeChart |
|
| Vector | | Class | org.jfree.data.xy | JFreeChart |
|
| VectorDataItem | A data item representing data in the form (x, y, deltaX, deltaY), intended for use by the VectorSeries class. | Class | org.jfree.data.xy | JFreeChart |
|
| VectorSeries | A list of (x,y, deltaX, deltaY) data items. | Class | org.jfree.data.xy | JFreeChart |
|
| VectorSeriesCollection | A collection of VectorSeries objects. | Class | org.jfree.data.xy | JFreeChart |
|
| VectorXYDataset | An extension of the XYDataset interface that allows a vector to be defined at a specific (x, y) location. | Interface | org.jfree.data.xy | JFreeChart |
|
| WindDataset | Interface for a dataset that supplies wind intensity and direction values observed at various points in time. | Interface | org.jfree.data.xy | JFreeChart |
|
| XIntervalDataItem | An item representing data in the form (x, x-low, x-high, y). | Class | org.jfree.data.xy | JFreeChart |
|
| XIntervalSeries | A list of (x, x-low, x-high, y) data items. | Class | org.jfree.data.xy | JFreeChart |
|
| XIntervalSeriesCollection | A collection of XIntervalSeries objects. | Class | org.jfree.data.xy | JFreeChart |
|
| XisSymbolic | Represent a data set where X is a symbolic values. | Interface | org.jfree.data.xy | JFreeChart |
|
| XYBarDataset | A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts. | Class | org.jfree.data.xy | JFreeChart |
|
| XYCoordinate | Represents an (x, y) coordinate. | Class | org.jfree.data.xy | JFreeChart |
|
| XYDataItem | Represents one (x, y) data item for an XYSeries. | Class | org.jfree.data.xy | JFreeChart |
|
| XYDataset | An interface through which data in the form of (x, y) items can be accessed. | Interface | org.jfree.data.xy | JFreeChart |
|
| XYDatasetTableModel | A READ-ONLY wrapper around a TableXYDataset to convert it to a table model for use in a JTable. | Class | org.jfree.data.xy | JFreeChart |
|
| XYDomainInfo | An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum x-values in the dataset. | Interface | org.jfree.data.xy | JFreeChart |
|
| XYInterval | An xy-interval. | Class | org.jfree.data.xy | JFreeChart |
|
| XYIntervalDataItem | An item representing data in the form (x, x-low, x-high, y, y-low, y-high). | Class | org.jfree.data.xy | JFreeChart |
|
| XYIntervalSeries | A list of (x, x-low, x-high, y, y-low, y-high) data items. | Class | org.jfree.data.xy | JFreeChart |
|
| XYIntervalSeriesCollection | A collection of XYIntervalSeries objects. | Class | org.jfree.data.xy | JFreeChart |
|
| XYRangeInfo | An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values. | Interface | org.jfree.data.xy | JFreeChart |
|
| XYSeries | Represents a sequence of zero or more data items in the form (x, y). | Class | org.jfree.data.xy | JFreeChart |
|
| XYSeriesCollection | Represents a collection of XYSeries objects that can be used as aSee Also:Serialized Form | Class | org.jfree.data.xy | JFreeChart |
|
| XYZDataset | The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots. | Interface | org.jfree.data.xy | JFreeChart |
|
| YInterval | A y-interval. | Class | org.jfree.data.xy | JFreeChart |
|
| YIntervalDataItem | An item representing data in the form (x, y, y-low, y-high). | Class | org.jfree.data.xy | JFreeChart |
|
| YIntervalSeries | A list of (x, y, y-low, y-high) data items. | Class | org.jfree.data.xy | JFreeChart |
|
| YIntervalSeriesCollection | A collection of YIntervalSeries objects. | Class | org.jfree.data.xy | JFreeChart |
|
| YisSymbolic | Represent a data set where Y is a symbolic values. | Interface | org.jfree.data.xy | JFreeChart |
|
| YWithXInterval | A y-value plus the bounds for the related x-interval. | Class | org.jfree.data.xy | JFreeChart |