XYPlot and
XYBlockRenderer.public interface ContourDataset extends XYZDataset
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxZValue()
Deprecated.
Returns the largest Z data value.
|
double |
getMinZValue()
Deprecated.
Returns the smallest Z data value.
|
int[] |
getXIndices()
Deprecated.
Returns the index of the xvalues.
|
java.lang.Number[] |
getXValues()
Deprecated.
Returns the array of Numbers representing the x data values.
|
java.lang.Number[] |
getYValues()
Deprecated.
Returns the array of Numbers representing the y data values.
|
Range |
getZValueRange(Range x,
Range y)
Deprecated.
Returns the maximum z-value within visible region of plot.
|
java.lang.Number[] |
getZValues()
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.
|
boolean |
isDateAxis(int axisNumber)
Deprecated.
Returns true if axis are dates.
|
getZ, getZValuegetDomainOrder, getItemCount, getX, getXValue, getY, getYValuegetSeriesCount, getSeriesKey, indexOfaddChangeListener, getGroup, removeChangeListener, setGroupdouble getMinZValue()
double getMaxZValue()
java.lang.Number[] getXValues()
java.lang.Number[] getYValues()
java.lang.Number[] getZValues()
int[] indexX()
int[] getXIndices()
Range getZValueRange(Range x, Range y)
x - the x-value.y - the y-value.boolean isDateAxis(int axisNumber)
axisNumber - the axis where 0-x, 1-y, and 2-z.true or false.