org.jfree.data.contour |
Datasets used by the {@link org.jfree.chart.plot.ContourPlot} class. All
classes/interfaces in this package are now deprecated.
|
Java Source File Name | Type | Comment |
ContourDataset.java | Interface | The interface through which JFreeChart obtains data in the form of (x, y, z)
items - used for XY and XYZ plots. |
DefaultContourDataset.java | Class | A convenience class that provides a default implementation of the
ContourDataset interface. |
NonGridContourDataset.java | Class | A convenience class that extends the
DefaultContourDataset to
accommodate non-grid data. |