org.jfree.data.contour.ContourDataset |
![]() |
This interface is deprecated.
This interface is no longer supported (as of version 1.0.4).
If you are creating contour plots, please try to use XYPlot
and
XYBlockRenderer
.
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the largest Z data value.
| |||||||||||
Returns the smallest Z data value.
| |||||||||||
Returns the index of the xvalues.
| |||||||||||
Returns the array of Numbers representing the x data values.
| |||||||||||
Returns the array of Numbers representing the y data values.
| |||||||||||
Returns the maximum z-value within visible region of plot.
| |||||||||||
Returns the array of Numbers representing the z data values.
| |||||||||||
Returns an int array contain the index into the x values.
| |||||||||||
Returns true if axis are dates.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the largest Z data value.
Returns the smallest Z data value.
Returns the index of the xvalues.
Returns the array of Numbers representing the x data values.
Returns the array of Numbers representing the y data values.
Returns the maximum z-value within visible region of plot.
x | the x-value. |
---|---|
y | the y-value. |
Returns the array of Numbers representing the z data values.
Returns an int array contain the index into the x values.
Returns true if axis are dates.
axisNumber | the axis where 0-x, 1-y, and 2-z. |
---|
true
or false
.