Home » jcommon-1.0.13 » org » jfree » data » xy »

org.jfree.data.xy

Sub Packages:

org.jfree.data.xy.junit   A package containing the org.jfree.data.xy.XYDataset interface and related classes.  

Interfaces:

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.  code | html
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.  code | html
OHLCDataset   An interface that defines data in the form of (x, high, low, open, close) tuples.  code | html
SignalsDataset   An interface that adds signal information to an XYDataset code | html
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.  code | html
VectorXYDataset   An extension of the XYDataset interface that allows a vector to be defined at a specific (x, y) location.  code | html
WindDataset   Interface for a dataset that supplies wind intensity and direction values observed at various points in time.  code | html
XYDataset   An interface through which data in the form of (x, y) items can be accessed.  code | html
XYZDataset   The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.  code | html
XisSymbolic   Represent a data set where X is a symbolic values.  code | html
YisSymbolic   Represent a data set where Y is a symbolic values.  code | html

Abstract Classes:

AbstractIntervalXYDataset   An base class that you can use to create new implementations of the IntervalXYDataset interface.  code | html
AbstractXYDataset   An base class that you can use to create new implementations of the XYDataset interface.  code | html
AbstractXYZDataset   An base class that you can use to create new implementations of the XYZDataset interface.  code | html

Classes:

CategoryTableXYDataset   An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).  code | html
DefaultHighLowDataset   A simple implementation of the OHLCDataset interface.  code | html
DefaultIntervalXYDataset   A dataset that defines a range (interval) for both the x-values and the y-values.  code | html
DefaultOHLCDataset   A simple implementation of the OHLCDataset interface.  code | html
DefaultTableXYDataset   An XYDataset where every series shares the same x-values (required for generating stacked area charts).  code | html
DefaultWindDataset   A default implementation of the WindDataset interface.  code | html
DefaultXYDataset   A default implementation of the XYDataset interface that stores data values in arrays of double primitives.  code | html
DefaultXYZDataset   A default implementation of the XYZDataset interface that stores data values in arrays of double primitives.  code | html
IntervalXYDelegate   A delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.  code | html
MatrixSeries   Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).  code | html
MatrixSeriesCollection   Represents a collection of MatrixSeries that can be used as a dataset.  code | html
NormalizedMatrixSeries   Represents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).  code | html
OHLCDataItem   Represents a single (open-high-low-close) data item in an DefaultOHLCDataset code | html
Vector   A vector.  code | html
VectorDataItem   A data item representing data in the form (x, y, deltaX, deltaY), intended for use by the VectorSeries class.  code | html
VectorSeries   A list of (x,y, deltaX, deltaY) data items.  code | html
VectorSeriesCollection   A collection of VectorSeries objects.  code | html
WindDataItem   A wind data item.  code | html
XIntervalDataItem   An item representing data in the form (x, x-low, x-high, y).  code | html
XIntervalSeries   A list of (x, x-low, x-high, y) data items.  code | html
XIntervalSeriesCollection   A collection of XIntervalSeries objects.  code | html
XYBarDataset   A dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.  code | html
XYCoordinate   Represents an (x, y) coordinate.  code | html
XYDataItem   Represents one (x, y) data item for an XYSeries code | html
XYDatasetTableModel   A READ-ONLY wrapper around a TableXYDataset to convert it to a table model for use in a JTable.  code | html
XYInterval   An xy-interval.  code | html
XYIntervalDataItem   An item representing data in the form (x, x-low, x-high, y, y-low, y-high).  code | html
XYIntervalSeries   A list of (x, x-low, x-high, y, y-low, y-high) data items.  code | html
XYIntervalSeriesCollection   A collection of XYIntervalSeries objects.  code | html
XYSeries   Represents a sequence of zero or more data items in the form (x, y).  code | html
XYSeriesCollection   Represents a collection of XYSeries objects that can be used as a dataset.  code | html
YInterval   A y-interval.  code | html
YIntervalDataItem   An item representing data in the form (x, y, y-low, y-high).  code | html
YIntervalSeries   A list of (x, y, y-low, y-high) data items.  code | html
YIntervalSeriesCollection   A collection of YIntervalSeries objects.  code | html
YWithXInterval   A y-value plus the bounds for the related x-interval.  code | html