Package org.jfree.data.contour

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 acommadate non-grid data.