| org.jfree.data.xy.XYZDataset |
Known Indirect Subclasses
|
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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.jfree.data.general.Dataset
| |||||||||||
From interface
org.jfree.data.general.SeriesDataset
| |||||||||||
From interface
org.jfree.data.xy.XYDataset
| |||||||||||
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). |