| org.jfree.data.xy.VectorXYDataset |
Known Indirect Subclasses
|
An extension of the XYDataset interface that allows a vector to be
defined at a specific (x, y) location.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the vector for an item in a series.
| |||||||||||
Returns the x-component of the vector for an item in a series.
| |||||||||||
Returns the y-component of the vector for an item in 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 vector for an item in a series. Depending on the particular
dataset implementation, this may involve creating a new Vector
instance --- if you are just interested in the x and y components,
use the getVectorXValue(int, int) and
getVectorYValue(int, int) methods instead.
| series | the series index. |
|---|---|
| item | the item index. |
null).
Returns the x-component of the vector for an item in a series.
| series | the series index. |
|---|---|
| item | the item index. |
Returns the y-component of the vector for an item in a series.
| series | the series index. |
|---|---|
| item | the item index. |