| org.jfree.data.xy.IntervalXYZDataset |
An extension of the XYZDataset interface that allows a range of data
to be defined for any of the X values, the Y values, and the Z values.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the ending X value for the specified series and item.
| |||||||||||
Returns the ending Y value for the specified series and item.
| |||||||||||
Returns the ending Z value for the specified series and item.
| |||||||||||
Returns the starting X value for the specified series and item.
| |||||||||||
Returns the starting Y value for the specified series and item.
| |||||||||||
Returns the starting Z value for the specified series and item.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.jfree.data.general.Dataset
| |||||||||||
From interface
org.jfree.data.general.SeriesDataset
| |||||||||||
From interface
org.jfree.data.xy.XYDataset
| |||||||||||
From interface
org.jfree.data.xy.XYZDataset
| |||||||||||
Returns the ending X value for the specified series and item.
| series | the series (zero-based index). |
|---|---|
| item | the item within a series (zero-based index). |
Returns the ending Y value for the specified series and item.
| series | the series (zero-based index). |
|---|---|
| item | the item within a series (zero-based index). |
Returns the ending Z value for the specified series and item.
| series | the series (zero-based index). |
|---|---|
| item | the item within a series (zero-based index). |
Returns the starting X value for the specified series and item.
| series | the series (zero-based index). |
|---|---|
| item | the item within a series (zero-based index). |
Returns the starting Y value for the specified series and item.
| series | the series (zero-based index). |
|---|---|
| item | the item within a series (zero-based index). |
Returns the starting Z value for the specified series and item.
| series | the series (zero-based index). |
|---|---|
| item | the item within a series (zero-based index). |