| java.lang.Object | |||
| ↳ | org.jfree.data.general.AbstractDataset | ||
| ↳ | org.jfree.data.general.AbstractSeriesDataset | ||
| ↳ | org.jfree.data.xy.AbstractXYDataset | ||
Known Direct Subclasses
|
An base class that you can use to create new implementations of the
XYDataset interface.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the order of the domain (X) values.
| |||||||||||
Returns the x-value (as a double primitive) for an item within a series.
| |||||||||||
Returns the y-value (as a double primitive) for an item within a series.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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.XYDataset
| |||||||||||
Returns the order of the domain (X) values.
Returns the 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 y-value (as a double primitive) for an item within a series.
| series | the series index (zero-based). |
|---|---|
| item | the item index (zero-based). |