Package | Description |
---|---|
org.jfree.data.contour |
Datasets used by the
ContourPlot class. |
org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultContourDataset
Deprecated.
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer . |
class |
NonGridContourDataset
Deprecated.
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXYZDataset
A default implementation of the
XYZDataset interface that stores
data values in arrays of double primitives. |
class |
MatrixSeriesCollection
Represents a collection of
MatrixSeries that can be used as a
dataset. |