| Method Summary | |
|---|---|
| DomainOrder |
Returns the order of the domain (or X) values returned by the dataset. |
| int |
Returns the number of items in a series. |
| Number |
Returns the x-value for an item within a series. |
| double |
Returns the x-value (as a double primitive) for an item within a series. |
| Number |
Returns the y-value for an item within a series. |
| double |
Returns the y-value (as a double primitive) for an item within a series. |
| Methods inherited from org.jfree.data.generalDataset |
|---|
| Methods inherited from org.jfree.data.generalSeriesDataset |
|---|
public
int
getItemCount
(
int
series
)
public
double
getXValue
(
int
series,
int
item
)
public
double
getYValue
(
int
series,
int
item
)