| org.jfree.data.xy.IntervalXYDataset |
An extension of the XYDataset interface that allows a range of data
to be defined for the X values, the Y values, or both the X and Y values.
This interface is used to support (among other things) bar plots against
numerical axes.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the ending X value for the specified series and item.
| |||||||||||
Returns the end x-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the ending Y value for the specified series and item.
| |||||||||||
Returns the end y-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the starting X value for the specified series and item.
| |||||||||||
Returns the start x-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the starting Y value for the specified series and item.
| |||||||||||
Returns the start y-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 ending X value for the specified series and item.
| series | the series index (zero-based). |
|---|---|
| item | the item index (zero-based). |
Returns the end x-value (as a double primitive) for an item within a series.
| series | the series index (zero-based). |
|---|---|
| item | the item index (zero-based). |
Returns the ending Y value for the specified series and item.
| series | the series index (zero-based). |
|---|---|
| item | the item index (zero-based). |
Returns the end y-value (as a double primitive) for an item within a series.
| series | the series index (zero-based). |
|---|---|
| item | the item index (zero-based). |
Returns the starting X value for the specified series and item.
| series | the series index (zero-based). |
|---|---|
| item | the item index (zero-based). |
Returns the start x-value (as a double primitive) for an item within a series.
| series | the series (zero-based index). |
|---|---|
| item | the item (zero-based index). |
Returns the starting Y value for the specified series and item.
| series | the series index (zero-based). |
|---|---|
| item | the item index (zero-based). |
Returns the start y-value (as a double primitive) for an item within a series.
| series | the series index (zero-based). |
|---|---|
| item | the item index (zero-based). |