java.lang.Object | |||
↳ | org.jfree.data.general.AbstractDataset | ||
↳ | org.jfree.data.general.AbstractSeriesDataset | ||
↳ | org.jfree.data.xy.AbstractXYDataset |
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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). |