Package org.jfree.data.contour

Datasets used by the ContourPlot class.

Interface Summary

ContourDataset The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.

Class Summary

DefaultContourDataset A convenience class that provides a default implementation of the ContourDataset interface.
NonGridContourDataset A convenience class that extends the DefaultContourDataset to accommodate non-grid data.
Datasets used by the ContourPlot class. All classes/interfaces in this package are now deprecated.