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