Datasets used by the ContourPlot class.
See: Description
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. |