org.jfree.data.xy.XYZDataset |
![]() |
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 z-value for the specified series and item.
| |||||||||||
Returns the z-value (as a double primitive) for an item within a series.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the z-value for the specified series and item.
series | the series index (zero-based). |
---|---|
item | the item index (zero-based). |
null
).
Returns the z-value (as a double primitive) for an item within a series.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |