Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jfree.data.xy Classes and Interfaces - 50 results found.
NameDescriptionTypePackageFramework
AbstractIntervalXYDatasetAn base class that you can use to create new implementations of the IntervalXYDataset interface.Classorg.jfree.data.xyJFreeChart
AbstractXYDatasetAn base class that you can use to create new implementations of the XYDataset interface.Classorg.jfree.data.xyJFreeChart
AbstractXYZDatasetAn base class that you can use to create new implementations of the XYZDataset interface.Classorg.jfree.data.xyJFreeChart
CategoryTableXYDatasetAn implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).Classorg.jfree.data.xyJFreeChart
DefaultHighLowDatasetA simple implementation of the OHLCDataset interface.Classorg.jfree.data.xyJFreeChart
DefaultIntervalXYDatasetA dataset that defines a range (interval) for both the x-values and the y-values.Classorg.jfree.data.xyJFreeChart
DefaultOHLCDatasetA simple implementation of the OHLCDataset interface.Classorg.jfree.data.xyJFreeChart
DefaultTableXYDatasetAn XYDataset where every series shares the same x-values (required for generating stacked area charts).Classorg.jfree.data.xyJFreeChart
DefaultWindDatasetA default implementation of the WindDataset interface.Classorg.jfree.data.xyJFreeChart
DefaultXYDatasetA default implementation of the XYDataset interface that stores data values in arrays of double primitives.Classorg.jfree.data.xyJFreeChart
DefaultXYZDatasetA default implementation of the XYZDataset interface that stores data values in arrays of double primitives.Classorg.jfree.data.xyJFreeChart
IntervalXYDatasetAn extension of the XYDataset interface that allows an x-interval and a y-interval to be defined.Interfaceorg.jfree.data.xyJFreeChart
IntervalXYDelegateA delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.Classorg.jfree.data.xyJFreeChart
IntervalXYZDatasetAn 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.Interfaceorg.jfree.data.xyJFreeChart
MatrixSeriesRepresents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).Classorg.jfree.data.xyJFreeChart
MatrixSeriesCollectionRepresents a collection of MatrixSeries that can be used as aSee Also:MatrixSeries, Classorg.jfree.data.xyJFreeChart
NormalizedMatrixSeriesRepresents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).Classorg.jfree.data.xyJFreeChart
OHLCDataItemRepresents a single (open-high-low-close) data item in an DefaultOHLCDataset.Classorg.jfree.data.xyJFreeChart
OHLCDatasetAn interface that defines data in the form of (x, high, low, open, close)Returns the y-value for the specified series and item.Interfaceorg.jfree.data.xyJFreeChart
TableXYDatasetA 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.Interfaceorg.jfree.data.xyJFreeChart
VectorClassorg.jfree.data.xyJFreeChart
VectorDataItemA data item representing data in the form (x, y, deltaX, deltaY), intended for use by the VectorSeries class.Classorg.jfree.data.xyJFreeChart
VectorSeriesA list of (x,y, deltaX, deltaY) data items.Classorg.jfree.data.xyJFreeChart
VectorSeriesCollectionA collection of VectorSeries objects.Classorg.jfree.data.xyJFreeChart
VectorXYDatasetAn extension of the XYDataset interface that allows a vector to be defined at a specific (x, y) location.Interfaceorg.jfree.data.xyJFreeChart
WindDatasetInterface for a dataset that supplies wind intensity and direction values observed at various points in time.Interfaceorg.jfree.data.xyJFreeChart
XIntervalDataItemAn item representing data in the form (x, x-low, x-high, y).Classorg.jfree.data.xyJFreeChart
XIntervalSeriesA list of (x, x-low, x-high, y) data items.Classorg.jfree.data.xyJFreeChart
XIntervalSeriesCollectionA collection of XIntervalSeries objects.Classorg.jfree.data.xyJFreeChart
XisSymbolicRepresent a data set where X is a symbolic values.Interfaceorg.jfree.data.xyJFreeChart
XYBarDatasetA dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.Classorg.jfree.data.xyJFreeChart
XYCoordinateRepresents an (x, y) coordinate.Classorg.jfree.data.xyJFreeChart
XYDataItemRepresents one (x, y) data item for an XYSeries.Classorg.jfree.data.xyJFreeChart
XYDatasetAn interface through which data in the form of (x, y) items can be accessed.Interfaceorg.jfree.data.xyJFreeChart
XYDatasetTableModelA READ-ONLY wrapper around a TableXYDataset to convert it to a table model for use in a JTable.Classorg.jfree.data.xyJFreeChart
XYDomainInfoAn interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum x-values in the dataset.Interfaceorg.jfree.data.xyJFreeChart
XYIntervalAn xy-interval.Classorg.jfree.data.xyJFreeChart
XYIntervalDataItemAn item representing data in the form (x, x-low, x-high, y, y-low, y-high).Classorg.jfree.data.xyJFreeChart
XYIntervalSeriesA list of (x, x-low, x-high, y, y-low, y-high) data items.Classorg.jfree.data.xyJFreeChart
XYIntervalSeriesCollectionA collection of XYIntervalSeries objects.Classorg.jfree.data.xyJFreeChart
XYRangeInfoAn interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values.Interfaceorg.jfree.data.xyJFreeChart
XYSeriesRepresents a sequence of zero or more data items in the form (x, y).Classorg.jfree.data.xyJFreeChart
XYSeriesCollectionRepresents a collection of XYSeries objects that can be used as aSee Also:Serialized FormClassorg.jfree.data.xyJFreeChart
XYZDatasetThe interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.Interfaceorg.jfree.data.xyJFreeChart
YIntervalA y-interval.Classorg.jfree.data.xyJFreeChart
YIntervalDataItemAn item representing data in the form (x, y, y-low, y-high).Classorg.jfree.data.xyJFreeChart
YIntervalSeriesA list of (x, y, y-low, y-high) data items.Classorg.jfree.data.xyJFreeChart
YIntervalSeriesCollectionA collection of YIntervalSeries objects.Classorg.jfree.data.xyJFreeChart
YisSymbolicRepresent a data set where Y is a symbolic values.Interfaceorg.jfree.data.xyJFreeChart
YWithXIntervalA y-value plus the bounds for the related x-interval.Classorg.jfree.data.xyJFreeChart