Module org.jfree.chart
Package org.jfree.data.xy
A package containing the
XYDataset interface and related classes.-
Interface Summary Interface Description IntervalXYDataset<S extends Comparable<S>> An extension of theXYDatasetinterface that allows an x-interval and a y-interval to be defined.IntervalXYZDataset<S extends Comparable<S>> An extension of theXYZDatasetinterface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.OHLCDataset An interface that defines data in the form of (x, high, low, open, close) tuples.TableXYDataset<S extends Comparable<S>> 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.VectorXYDataset<S extends Comparable<S>> An extension of theXYDatasetinterface that allows a vector to be defined at a specific (x, y) location.WindDataset<S extends Comparable<S>> 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<S extends Comparable<S>> An interface through which data in the form of (x, y) items can be accessed.XYDomainInfo<S extends Comparable<S>> An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum x-values in the dataset.XYRangeInfo An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values.XYZDataset<S extends Comparable<S>> 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. -
Class Summary Class Description AbstractIntervalXYDataset<S extends Comparable<S>> An base class that you can use to create new implementations of theIntervalXYDatasetinterface.AbstractXYDataset<S extends Comparable<S>> An base class that you can use to create new implementations of theXYDatasetinterface.AbstractXYZDataset<S extends Comparable<S>> An base class that you can use to create new implementations of theXYZDatasetinterface.CategoryTableXYDataset An implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).DefaultHighLowDataset A simple implementation of theOHLCDatasetinterface.DefaultIntervalXYDataset<S extends Comparable<S>> A dataset that defines a range (interval) for both the x-values and the y-values.DefaultOHLCDataset A simple implementation of theOHLCDatasetinterface.DefaultTableXYDataset<S extends Comparable<S>> AnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).DefaultWindDataset A default implementation of theWindDatasetinterface.DefaultXYDataset<S extends Comparable<S>> A default implementation of theXYDatasetinterface that stores data values in arrays of double primitives.DefaultXYZDataset<S extends Comparable<S>> A default implementation of theXYZDatasetinterface that stores data values in arrays of double primitives.IntervalXYDelegate A delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.MatrixSeries<K extends Comparable<K>> Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).MatrixSeriesCollection<S extends Comparable<S>> Represents a collection ofMatrixSeriesthat can be used as a dataset.NormalizedMatrixSeries Represents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).OHLCDataItem Represents a single (open-high-low-close) data item in anDefaultOHLCDataset.Vector A vector.VectorDataItem A data item representing data in the form (x, y, deltaX, deltaY), intended for use by theVectorSeriesclass.VectorSeries<S extends Comparable<S>> A list of (x,y, deltaX, deltaY) data items.VectorSeriesCollection<S extends Comparable<S>> A collection ofVectorSeriesobjects.XIntervalDataItem An item representing data in the form (x, x-low, x-high, y).XIntervalSeries<S extends Comparable<S>> A list of (x, x-low, x-high, y) data items.XIntervalSeriesCollection<S extends Comparable<S>> A collection ofXIntervalSeriesobjects.XYBarDataset<S extends Comparable<S>> A dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.XYCoordinate Represents an (x, y) coordinate.XYDataItem Represents one (x, y) data item for anXYSeries.XYDatasetTableModel A READ-ONLY wrapper around aTableXYDatasetto convert it to a table model for use in a JTable.XYInterval An xy-interval.XYIntervalDataItem An item representing data in the form (x, x-low, x-high, y, y-low, y-high).XYIntervalSeries<S extends Comparable<S>> A list of (x, x-low, x-high, y, y-low, y-high) data items.XYIntervalSeriesCollection<S extends Comparable<S>> A collection ofXYIntervalSeriesobjects.XYItemKey<S extends Comparable<S>> An object that references one data item in anXYZDataset.XYSeries<K extends Comparable<K>> Represents a sequence of zero or more data items in the form (x, y).XYSeriesCollection<S extends Comparable<S>> Represents a collection ofXYSeriesobjects that can be used as a dataset.YInterval A y-interval.YIntervalDataItem An item representing data in the form (x, y, y-low, y-high).YIntervalSeries<S extends Comparable<S>> A list of (x, y, y-low, y-high) data items.YIntervalSeriesCollection<S extends Comparable<S>> A collection ofYIntervalSeriesobjects.YWithXInterval A y-value plus the bounds for the related x-interval.