| java.lang.Object | ||||
| ↳ | org.jfree.data.general.AbstractDataset | |||
| ↳ | org.jfree.data.general.AbstractSeriesDataset | |||
| ↳ | org.jfree.data.xy.AbstractXYDataset | |||
| ↳ | org.jfree.data.xy.AbstractIntervalXYDataset | |||
An base class that you can use to create new implementations of the
IntervalXYDataset interface.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the end x-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the end y-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the start x-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the start y-value (as a double primitive) for an item within a
series.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.data.xy.AbstractXYDataset
| |||||||||||
From class
org.jfree.data.general.AbstractSeriesDataset
| |||||||||||
From class
org.jfree.data.general.AbstractDataset
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.io.ObjectInputValidation
| |||||||||||
From interface
org.jfree.data.general.Dataset
| |||||||||||
From interface
org.jfree.data.general.SeriesChangeListener
| |||||||||||
From interface
org.jfree.data.general.SeriesDataset
| |||||||||||
From interface
org.jfree.data.xy.IntervalXYDataset
| |||||||||||
From interface
org.jfree.data.xy.XYDataset
| |||||||||||
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 end y-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 start 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 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). |