Uses of Package
org.jfree.data.xy
Packages that use org.jfree.data.xy
Package
Description
-
Classes in org.jfree.data.xy used by de.grogra.pf.dataClassDescriptionAn extension of the
XYDataset
interface that allows an x-interval and a y-interval to be defined.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.An interface through which data in the form of (x, y) items can be accessed.The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots. -
Classes in org.jfree.data.xy used by org.jfree.chartClassDescriptionAn extension of the
XYDataset
interface that allows an x-interval and a y-interval to be defined.An interface that defines data in the form of (x, high, low, open, close) tuples.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 for a dataset that supplies wind intensity and direction values observed at various points in time.An interface through which data in the form of (x, y) items can be accessed.The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots. -
Classes in org.jfree.data.xy used by org.jfree.chart.entityClassDescriptionAn interface through which data in the form of (x, y) items can be accessed.
-
Classes in org.jfree.data.xy used by org.jfree.chart.labelsClassDescriptionAn interface through which data in the form of (x, y) items can be accessed.The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
-
Classes in org.jfree.data.xy used by org.jfree.chart.plotClassDescriptionAn interface through which data in the form of (x, y) items can be accessed.
-
Classes in org.jfree.data.xy used by org.jfree.chart.rendererClassDescriptionAn interface through which data in the form of (x, y) items can be accessed.
-
Classes in org.jfree.data.xy used by org.jfree.chart.renderer.xyClassDescriptionAn extension of the
XYDataset
interface that allows an x-interval and a y-interval to be defined.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.An interface through which data in the form of (x, y) items can be accessed.The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots. -
Classes in org.jfree.data.xy used by org.jfree.chart.urlsClassDescriptionAn interface through which data in the form of (x, y) items can be accessed.The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
-
Classes in org.jfree.data.xy used by org.jfree.data.gantt
-
Classes in org.jfree.data.xy used by org.jfree.data.generalClassDescriptionA 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.An interface through which data in the form of (x, y) items can be accessed.Represents a sequence of zero or more data items in the form (x, y).The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
-
Classes in org.jfree.data.xy used by org.jfree.data.statisticsClassDescriptionAn base class that you can use to create new implementations of the
IntervalXYDataset
interface.An base class that you can use to create new implementations of theXYDataset
interface.An extension of theXYDataset
interface that allows an x-interval and a y-interval to be defined.An interface through which data in the form of (x, y) items can be accessed. -
Classes in org.jfree.data.xy used by org.jfree.data.timeClassDescriptionAn base class that you can use to create new implementations of the
IntervalXYDataset
interface.An base class that you can use to create new implementations of theXYDataset
interface.An extension of theXYDataset
interface that allows an x-interval and a y-interval to be defined.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.An interface through which data in the form of (x, y) items can be accessed.An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum x-values in the dataset.An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values.Represents a sequence of zero or more data items in the form (x, y). -
Classes in org.jfree.data.xy used by org.jfree.data.time.ohlcClassDescriptionAn base class that you can use to create new implementations of the
XYDataset
interface.An interface that defines data in the form of (x, high, low, open, close) tuples.An interface through which data in the form of (x, y) items can be accessed. -
Classes in org.jfree.data.xy used by org.jfree.data.xyClassDescriptionAn base class that you can use to create new implementations of the
IntervalXYDataset
interface.An base class that you can use to create new implementations of theXYDataset
interface.An base class that you can use to create new implementations of theXYZDataset
interface.An extension of theXYDataset
interface that allows an x-interval and a y-interval to be defined.Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).Represents a single (open-high-low-close) data item in anDefaultOHLCDataset
.An interface that defines data in the form of (x, high, low, open, close) tuples.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.A vector.A data item representing data in the form (x, y, deltaX, deltaY), intended for use by theVectorSeries
class.A list of (x,y, deltaX, deltaY) data items.An extension of theXYDataset
interface that allows a vector to be defined at a specific (x, y) location.Interface for a dataset that supplies wind intensity and direction values observed at various points in time.An item representing data in the form (x, x-low, x-high, y).A list of (x, x-low, x-high, y) data items.Represents one (x, y) data item for anXYSeries
.An interface through which data in the form of (x, y) items can be accessed.An item representing data in the form (x, x-low, x-high, y, y-low, y-high).A list of (x, x-low, x-high, y, y-low, y-high) data items.An object that references one data item in anXYZDataset
.Represents a sequence of zero or more data items in the form (x, y).The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.An item representing data in the form (x, y, y-low, y-high).A list of (x, y, y-low, y-high) data items.