Interface ContourDataset
- All Superinterfaces:
Dataset, SeriesDataset, XYDataset, XYZDataset
- All Known Implementing Classes:
DefaultContourDataset, NonGridContourDataset
Deprecated.
The interface through which JFreeChart obtains data in the form of (x, y, z)
items - used for XY and XYZ plots.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleDeprecated.Returns the largest Z data value.doubleDeprecated.Returns the smallest Z data value.int[]Deprecated.Returns the index of the xvalues.Number[]Deprecated.Returns the array of Numbers representing the x data values.Number[]Deprecated.Returns the array of Numbers representing the y data values.getZValueRange(Range x, Range y) Deprecated.Returns the maximum z-value within visible region of plot.Number[]Deprecated.Returns the array of Numbers representing the z data values.int[]indexX()Deprecated.Returns an int array contain the index into the x values.booleanisDateAxis(int axisNumber) Deprecated.Returns true if axis are dates.Methods inherited from interface Dataset
addChangeListener, getGroup, removeChangeListener, setGroupMethods inherited from interface SeriesDataset
getSeriesCount, getSeriesKey, indexOfMethods inherited from interface XYDataset
getDomainOrder, getItemCount, getX, getXValue, getY, getYValueMethods inherited from interface XYZDataset
getZ, getZValue
-
Method Details
-
getMinZValue
-
getMaxZValue
-
getXValues
Number[] getXValues()Deprecated.Returns the array of Numbers representing the x data values.- Returns:
- The array of x values.
-
getYValues
Number[] getYValues()Deprecated.Returns the array of Numbers representing the y data values.- Returns:
- The array of y values.
-
getZValues
Number[] getZValues()Deprecated.Returns the array of Numbers representing the z data values.- Returns:
- The array of z values.
-
indexX
int[] indexX()Deprecated.Returns an int array contain the index into the x values.- Returns:
- The X values.
-
getXIndices
-
getZValueRange
Deprecated.Returns the maximum z-value within visible region of plot.- Parameters:
x- the x-value.y- the y-value.- Returns:
- The maximum z-value.
-
isDateAxis
Deprecated.Returns true if axis are dates.- Parameters:
axisNumber- the axis where 0-x, 1-y, and 2-z.- Returns:
trueorfalse.
-
XYPlotandXYBlockRenderer.